#ddf4ee
a pale, vivid cyan · cool · closest name: white
RGB
221, 244, 238
HSL
164°, 51%, 91%
CMYK
9, 0, 3, 4
Luminance
0.8625
Every format
| HEX | #ddf4ee |
| RGB | rgb(221, 244, 238) |
| HSL | hsl(164, 51%, 91%) |
| CMYK | cmyk(9%, 0%, 3%, 4%) |
| LAB | lab(94.4 -8.6 0.3) |
| LCH | lch(94.4 8.6 177.9) |
| OKLCH | oklch(0.949 0.025 178.4) |
Copy-ready code
/* CSS */
color: #ddf4ee;
background-color: #ddf4ee;
/* Tailwind (arbitrary) */
class="text-[#ddf4ee] bg-[#ddf4ee]"
/* SCSS */
$brand: #ddf4ee;
/* SwiftUI */
Color(red: 0.867, green: 0.957, blue: 0.933)
/* Android */
Color.parseColor("#ddf4ee")Accessibility — WCAG contrast
Aa
#ddf4ee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddf4ee on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green95.7%
Blue93.3%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow2.5%
Key (black)4.3%
Color previews
#ddf4ee text on a black background
contrast 18.25:1
Card sample
#ddf4ee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddf4ee;
Background color
Panel with #ddf4ee background
background-color: #ddf4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddf4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 244, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 244, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddf4ee; background: linear-gradient(135deg, #ddf4ee, #DDEBF4);