#ddfe9b
a light, electric green · cool · closest name: khaki
RGB
221, 254, 155
HSL
80°, 98%, 80%
CMYK
13, 0, 39, 0
Luminance
0.8862
Every format
| HEX | #ddfe9b |
| RGB | rgb(221, 254, 155) |
| HSL | hsl(80, 98%, 80%) |
| CMYK | cmyk(13%, 0%, 39%, 0%) |
| LAB | lab(95.4 -26.2 43.8) |
| LCH | lch(95.4 51.1 120.9) |
| OKLCH | oklch(0.951 0.129 123.9) |
Copy-ready code
/* CSS */
color: #ddfe9b;
background-color: #ddfe9b;
/* Tailwind (arbitrary) */
class="text-[#ddfe9b] bg-[#ddfe9b]"
/* SCSS */
$brand: #ddfe9b;
/* SwiftUI */
Color(red: 0.867, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#ddfe9b")Accessibility — WCAG contrast
Aa
#ddfe9b on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddfe9b on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green99.6%
Blue60.8%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#ddfe9b text on a black background
contrast 18.72:1
Card sample
#ddfe9b text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddfe9b;
Background color
Panel with #ddfe9b background
background-color: #ddfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfe9b; background: linear-gradient(135deg, #ddfe9b, #9BFE9B);