#d8fdb2
a light, electric green · cool · closest name: khaki
RGB
216, 253, 178
HSL
90°, 95%, 85%
CMYK
15, 0, 30, 1
Luminance
0.8806
Every format
| HEX | #d8fdb2 |
| RGB | rgb(216, 253, 178) |
| HSL | hsl(90, 95%, 85%) |
| CMYK | cmyk(15%, 0%, 30%, 1%) |
| LAB | lab(95.2 -24.6 32.1) |
| LCH | lch(95.2 40.4 127.4) |
| OKLCH | oklch(0.950 0.104 129.5) |
Copy-ready code
/* CSS */
color: #d8fdb2;
background-color: #d8fdb2;
/* Tailwind (arbitrary) */
class="text-[#d8fdb2] bg-[#d8fdb2]"
/* SCSS */
$brand: #d8fdb2;
/* SwiftUI */
Color(red: 0.847, green: 0.992, blue: 0.698)
/* Android */
Color.parseColor("#d8fdb2")Accessibility — WCAG contrast
Aa
#d8fdb2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8fdb2 on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green99.2%
Blue69.8%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow29.6%
Key (black)0.8%
Color previews
#d8fdb2 text on a black background
contrast 18.61:1
Card sample
#d8fdb2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8fdb2;
Background color
Panel with #d8fdb2 background
background-color: #d8fdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8fdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 253, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 253, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8fdb2; background: linear-gradient(135deg, #d8fdb2, #B2FDBE);