#d9ffaf
a light, electric green · cool · closest name: khaki
RGB
217, 255, 175
HSL
89°, 100%, 84%
CMYK
15, 0, 31, 0
Luminance
0.8937
Every format
| HEX | #d9ffaf |
| RGB | rgb(217, 255, 175) |
| HSL | hsl(89, 100%, 84%) |
| CMYK | cmyk(15%, 0%, 31%, 0%) |
| LAB | lab(95.7 -25.6 34.3) |
| LCH | lch(95.7 42.8 126.7) |
| OKLCH | oklch(0.954 0.110 129.0) |
Copy-ready code
/* CSS */
color: #d9ffaf;
background-color: #d9ffaf;
/* Tailwind (arbitrary) */
class="text-[#d9ffaf] bg-[#d9ffaf]"
/* SCSS */
$brand: #d9ffaf;
/* SwiftUI */
Color(red: 0.851, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#d9ffaf")Accessibility — WCAG contrast
Aa
#d9ffaf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9ffaf on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green100.0%
Blue68.6%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#d9ffaf text on a black background
contrast 18.87:1
Card sample
#d9ffaf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9ffaf;
Background color
Panel with #d9ffaf background
background-color: #d9ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9ffaf; background: linear-gradient(135deg, #d9ffaf, #AFFFBA);