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