#ddfeb5
a pale, electric green · cool · closest name: khaki
RGB
221, 254, 181
HSL
87°, 97%, 85%
CMYK
13, 0, 29, 0
Luminance
0.8959
Every format
| HEX | #ddfeb5 |
| RGB | rgb(221, 254, 181) |
| HSL | hsl(87, 97%, 85%) |
| CMYK | cmyk(13%, 0%, 29%, 0%) |
| LAB | lab(95.8 -22.9 31.5) |
| LCH | lch(95.8 38.9 126.0) |
| OKLCH | oklch(0.956 0.100 127.9) |
Copy-ready code
/* CSS */
color: #ddfeb5;
background-color: #ddfeb5;
/* Tailwind (arbitrary) */
class="text-[#ddfeb5] bg-[#ddfeb5]"
/* SCSS */
$brand: #ddfeb5;
/* SwiftUI */
Color(red: 0.867, green: 0.996, blue: 0.710)
/* Android */
Color.parseColor("#ddfeb5")Accessibility — WCAG contrast
Aa
#ddfeb5 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddfeb5 on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green99.6%
Blue71.0%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow28.7%
Key (black)0.4%
Color previews
#ddfeb5 text on a black background
contrast 18.92:1
Card sample
#ddfeb5 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddfeb5;
Background color
Panel with #ddfeb5 background
background-color: #ddfeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddfeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 254, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 254, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfeb5; background: linear-gradient(135deg, #ddfeb5, #B5FEBE);