#d8fbaf
a light, electric green · cool · closest name: khaki
RGB
216, 251, 175
HSL
88°, 91%, 84%
CMYK
14, 0, 30, 2
Luminance
0.8669
Every format
| HEX | #d8fbaf |
| RGB | rgb(216, 251, 175) |
| HSL | hsl(88, 91%, 84%) |
| CMYK | cmyk(14%, 0%, 30%, 2%) |
| LAB | lab(94.6 -24.0 32.8) |
| LCH | lch(94.6 40.7 126.2) |
| OKLCH | oklch(0.945 0.105 128.4) |
Copy-ready code
/* CSS */
color: #d8fbaf;
background-color: #d8fbaf;
/* Tailwind (arbitrary) */
class="text-[#d8fbaf] bg-[#d8fbaf]"
/* SCSS */
$brand: #d8fbaf;
/* SwiftUI */
Color(red: 0.847, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#d8fbaf")Accessibility — WCAG contrast
Aa
#d8fbaf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8fbaf on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green98.4%
Blue68.6%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#d8fbaf text on a black background
contrast 18.34:1
Card sample
#d8fbaf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8fbaf;
Background color
Panel with #d8fbaf background
background-color: #d8fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8fbaf; background: linear-gradient(135deg, #d8fbaf, #AFFBB8);