#d4eeaf
a light, vivid green · cool · closest name: khaki
RGB
212, 238, 175
HSL
85°, 65%, 81%
CMYK
11, 0, 27, 7
Luminance
0.7824
Every format
| HEX | #d4eeaf |
| RGB | rgb(212, 238, 175) |
| HSL | hsl(85, 65%, 81%) |
| CMYK | cmyk(11%, 0%, 27%, 7%) |
| LAB | lab(90.9 -19.2 27.8) |
| LCH | lch(90.9 33.7 124.6) |
| OKLCH | oklch(0.915 0.087 126.3) |
Copy-ready code
/* CSS */
color: #d4eeaf;
background-color: #d4eeaf;
/* Tailwind (arbitrary) */
class="text-[#d4eeaf] bg-[#d4eeaf]"
/* SCSS */
$brand: #d4eeaf;
/* SwiftUI */
Color(red: 0.831, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#d4eeaf")Accessibility — WCAG contrast
Aa
#d4eeaf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4eeaf on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green93.3%
Blue68.6%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#d4eeaf text on a black background
contrast 16.65:1
Card sample
#d4eeaf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4eeaf;
Background color
Panel with #d4eeaf background
background-color: #d4eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4eeaf; background: linear-gradient(135deg, #d4eeaf, #AFEEB4);