Color #E6F4BE
#E6F4BErgb(230, 244, 190)
Color Codes
HEX#E6F4BE
RGBrgb(230, 244, 190)
HSLhsl(76°, 71%, 85%)
CMYKcmyk(6%, 0%, 22%, 4%)
CIELABLab(94, -13.5, 24.5)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #E6F4BE;color: #E6F4BE;border: 2px solid #E6F4BE;background: linear-gradient(135deg, #E6F4BE, #ccbef4);Code Export
css
:root {
--color-primary: #e6f4be;
--color-primary-rgb: 230, 244, 190;
--color-primary-hsl: 76, 71%, 85%;
}