#ddf0ee
a pale, soft cyan · cool · closest name: white
RGB
221, 240, 238
HSL
174°, 39%, 90%
CMYK
8, 0, 1, 6
Luminance
0.8387
Every format
| HEX | #ddf0ee |
| RGB | rgb(221, 240, 238) |
| HSL | hsl(174, 39%, 90%) |
| CMYK | cmyk(8%, 0%, 1%, 6%) |
| LAB | lab(93.4 -6.6 -1.2) |
| LCH | lch(93.4 6.7 190.1) |
| OKLCH | oklch(0.941 0.020 189.2) |
Copy-ready code
/* CSS */
color: #ddf0ee;
background-color: #ddf0ee;
/* Tailwind (arbitrary) */
class="text-[#ddf0ee] bg-[#ddf0ee]"
/* SCSS */
$brand: #ddf0ee;
/* SwiftUI */
Color(red: 0.867, green: 0.941, blue: 0.933)
/* Android */
Color.parseColor("#ddf0ee")Accessibility — WCAG contrast
Aa
#ddf0ee on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddf0ee on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green94.1%
Blue93.3%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow0.8%
Key (black)5.9%
Color previews
#ddf0ee text on a black background
contrast 17.77:1
Card sample
#ddf0ee text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddf0ee;
Background color
Panel with #ddf0ee background
background-color: #ddf0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddf0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 240, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 240, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddf0ee; background: linear-gradient(135deg, #ddf0ee, #DDE5F0);