Color #DCFCE7
#DCFCE7rgb(220, 252, 231)
Color Codes
HEX#DCFCE7
RGBrgb(220, 252, 231)
HSLhsl(141°, 84%, 93%)
CMYKcmyk(13%, 0%, 8%, 1%)
CIELABLab(96.2, -14.2, 6.6)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #DCFCE7;color: #DCFCE7;border: 2px solid #DCFCE7;background: linear-gradient(135deg, #DCFCE7, #fcdcf1);Code Export
css
:root {
--color-primary: #dcfce7;
--color-primary-rgb: 220, 252, 231;
--color-primary-hsl: 141, 84%, 93%;
}