#dfe9af
a light, vivid green · cool · closest name: khaki
RGB
223, 233, 175
HSL
70°, 57%, 80%
CMYK
4, 0, 25, 9
Luminance
0.7706
Every format
| HEX | #dfe9af |
| RGB | rgb(223, 233, 175) |
| HSL | hsl(70, 57%, 80%) |
| CMYK | cmyk(4%, 0%, 25%, 9%) |
| LAB | lab(90.3 -12.7 27.1) |
| LCH | lch(90.3 30.0 115.1) |
| OKLCH | oklch(0.912 0.076 115.9) |
Copy-ready code
/* CSS */
color: #dfe9af;
background-color: #dfe9af;
/* Tailwind (arbitrary) */
class="text-[#dfe9af] bg-[#dfe9af]"
/* SCSS */
$brand: #dfe9af;
/* SwiftUI */
Color(red: 0.875, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#dfe9af")Accessibility — WCAG contrast
Aa
#dfe9af on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe9af on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.4%
Blue68.6%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow24.9%
Key (black)8.6%
Color previews
#dfe9af text on a black background
contrast 16.41:1
Card sample
#dfe9af text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe9af;
Background color
Panel with #dfe9af background
background-color: #dfe9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe9af; background: linear-gradient(135deg, #dfe9af, #B8E9AF);