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