#d4ffbb
a pale, electric green · cool · closest name: khaki
RGB
212, 255, 187
HSL
98°, 100%, 87%
CMYK
17, 0, 27, 0
Luminance
0.8910
Every format
| HEX | #d4ffbb |
| RGB | rgb(212, 255, 187) |
| HSL | hsl(98, 100%, 87%) |
| CMYK | cmyk(17%, 0%, 27%, 0%) |
| LAB | lab(95.6 -25.6 28.1) |
| LCH | lch(95.6 38.0 132.3) |
| OKLCH | oklch(0.953 0.099 134.3) |
Copy-ready code
/* CSS */
color: #d4ffbb;
background-color: #d4ffbb;
/* Tailwind (arbitrary) */
class="text-[#d4ffbb] bg-[#d4ffbb]"
/* SCSS */
$brand: #d4ffbb;
/* SwiftUI */
Color(red: 0.831, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#d4ffbb")Accessibility — WCAG contrast
Aa
#d4ffbb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ffbb on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green100.0%
Blue73.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#d4ffbb text on a black background
contrast 18.82:1
Card sample
#d4ffbb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ffbb;
Background color
Panel with #d4ffbb background
background-color: #d4ffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ffbb; background: linear-gradient(135deg, #d4ffbb, #BBFFCF);