#d0eeaf
a light, vivid green · cool · closest name: khaki
RGB
208, 238, 175
HSL
89°, 65%, 81%
CMYK
13, 0, 27, 7
Luminance
0.7765
Every format
| HEX | #d0eeaf |
| RGB | rgb(208, 238, 175) |
| HSL | hsl(89, 65%, 81%) |
| CMYK | cmyk(13%, 0%, 27%, 7%) |
| LAB | lab(90.6 -20.6 27.4) |
| LCH | lch(90.6 34.2 127.0) |
| OKLCH | oklch(0.912 0.089 128.7) |
Copy-ready code
/* CSS */
color: #d0eeaf;
background-color: #d0eeaf;
/* Tailwind (arbitrary) */
class="text-[#d0eeaf] bg-[#d0eeaf]"
/* SCSS */
$brand: #d0eeaf;
/* SwiftUI */
Color(red: 0.816, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#d0eeaf")Accessibility — WCAG contrast
Aa
#d0eeaf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0eeaf on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green93.3%
Blue68.6%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#d0eeaf text on a black background
contrast 16.53:1
Card sample
#d0eeaf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0eeaf;
Background color
Panel with #d0eeaf background
background-color: #d0eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0eeaf; background: linear-gradient(135deg, #d0eeaf, #AFEEB8);