#d4fd9b
a light, electric green · cool · closest name: khaki
RGB
212, 253, 155
HSL
85°, 96%, 80%
CMYK
16, 0, 39, 1
Luminance
0.8661
Every format
| HEX | #d4fd9b |
| RGB | rgb(212, 253, 155) |
| HSL | hsl(85, 96%, 80%) |
| CMYK | cmyk(16%, 0%, 39%, 1%) |
| LAB | lab(94.6 -29.0 42.6) |
| LCH | lch(94.6 51.6 124.2) |
| OKLCH | oklch(0.943 0.132 127.2) |
Copy-ready code
/* CSS */
color: #d4fd9b;
background-color: #d4fd9b;
/* Tailwind (arbitrary) */
class="text-[#d4fd9b] bg-[#d4fd9b]"
/* SCSS */
$brand: #d4fd9b;
/* SwiftUI */
Color(red: 0.831, green: 0.992, blue: 0.608)
/* Android */
Color.parseColor("#d4fd9b")Accessibility — WCAG contrast
Aa
#d4fd9b on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4fd9b on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green99.2%
Blue60.8%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow38.7%
Key (black)0.8%
Color previews
#d4fd9b text on a black background
contrast 18.32:1
Card sample
#d4fd9b text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4fd9b;
Background color
Panel with #d4fd9b background
background-color: #d4fd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4fd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 253, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 253, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4fd9b; background: linear-gradient(135deg, #d4fd9b, #9BFDA3);