#ddf1ee
a pale, soft cyan · cool · closest name: white
RGB
221, 241, 238
HSL
171°, 42%, 91%
CMYK
8, 0, 1, 6
Luminance
0.8446
Every format
| HEX | #ddf1ee |
| RGB | rgb(221, 241, 238) |
| HSL | hsl(171, 42%, 91%) |
| CMYK | cmyk(8%, 0%, 1%, 6%) |
| LAB | lab(93.7 -7.1 -0.8) |
| LCH | lch(93.7 7.2 186.4) |
| OKLCH | oklch(0.943 0.021 186.0) |
Copy-ready code
/* CSS */
color: #ddf1ee;
background-color: #ddf1ee;
/* Tailwind (arbitrary) */
class="text-[#ddf1ee] bg-[#ddf1ee]"
/* SCSS */
$brand: #ddf1ee;
/* SwiftUI */
Color(red: 0.867, green: 0.945, blue: 0.933)
/* Android */
Color.parseColor("#ddf1ee")Accessibility — WCAG contrast
Aa
#ddf1ee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddf1ee on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green94.5%
Blue93.3%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow1.2%
Key (black)5.5%
Color previews
#ddf1ee text on a black background
contrast 17.89:1
Card sample
#ddf1ee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddf1ee;
Background color
Panel with #ddf1ee background
background-color: #ddf1ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddf1ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 241, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 241, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddf1ee; background: linear-gradient(135deg, #ddf1ee, #DDE7F1);