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