#ddfee4
a pale, electric green · cool · closest name: beige
RGB
221, 254, 228
HSL
133°, 94%, 93%
CMYK
13, 0, 10, 0
Luminance
0.9186
Every format
| HEX | #ddfee4 |
| RGB | rgb(221, 254, 228) |
| HSL | hsl(133, 94%, 93%) |
| CMYK | cmyk(13%, 0%, 10%, 0%) |
| LAB | lab(96.8 -15.4 8.9) |
| LCH | lch(96.8 17.8 150.1) |
| OKLCH | oklch(0.966 0.049 151.6) |
Copy-ready code
/* CSS */
color: #ddfee4;
background-color: #ddfee4;
/* Tailwind (arbitrary) */
class="text-[#ddfee4] bg-[#ddfee4]"
/* SCSS */
$brand: #ddfee4;
/* SwiftUI */
Color(red: 0.867, green: 0.996, blue: 0.894)
/* Android */
Color.parseColor("#ddfee4")Accessibility — WCAG contrast
Aa
#ddfee4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddfee4 on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green99.6%
Blue89.4%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow10.2%
Key (black)0.4%
Color previews
#ddfee4 text on a black background
contrast 19.37:1
Card sample
#ddfee4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddfee4;
Background color
Panel with #ddfee4 background
background-color: #ddfee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddfee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 254, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 254, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfee4; background: linear-gradient(135deg, #ddfee4, #DDFEFA);