#ddfeb1
a light, electric green · cool · closest name: khaki
RGB
221, 254, 177
HSL
86°, 98%, 85%
CMYK
13, 0, 30, 0
Luminance
0.8943
Every format
| HEX | #ddfeb1 |
| RGB | rgb(221, 254, 177) |
| HSL | hsl(86, 98%, 85%) |
| CMYK | cmyk(13%, 0%, 30%, 0%) |
| LAB | lab(95.8 -23.4 33.4) |
| LCH | lch(95.8 40.8 125.0) |
| OKLCH | oklch(0.955 0.105 127.1) |
Copy-ready code
/* CSS */
color: #ddfeb1;
background-color: #ddfeb1;
/* Tailwind (arbitrary) */
class="text-[#ddfeb1] bg-[#ddfeb1]"
/* SCSS */
$brand: #ddfeb1;
/* SwiftUI */
Color(red: 0.867, green: 0.996, blue: 0.694)
/* Android */
Color.parseColor("#ddfeb1")Accessibility — WCAG contrast
Aa
#ddfeb1 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddfeb1 on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green99.6%
Blue69.4%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow30.3%
Key (black)0.4%
Color previews
#ddfeb1 text on a black background
contrast 18.89:1
Card sample
#ddfeb1 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddfeb1;
Background color
Panel with #ddfeb1 background
background-color: #ddfeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddfeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 254, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 254, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfeb1; background: linear-gradient(135deg, #ddfeb1, #B1FEB8);