Color #D9FFB3
#D9FFB3rgb(217, 255, 179)
Color Codes
HEX#D9FFB3
RGBrgb(217, 255, 179)
HSLhsl(90°, 100%, 85%)
CMYKcmyk(15%, 0%, 30%, 0%)
CIELABLab(95.8, -25, 32.4)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #D9FFB3;color: #D9FFB3;border: 2px solid #D9FFB3;background: linear-gradient(135deg, #D9FFB3, #d9b3ff);Code Export
css
:root {
--color-primary: #d9ffb3;
--color-primary-rgb: 217, 255, 179;
--color-primary-hsl: 90, 100%, 85%;
}