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