#ddf5ee
a pale, vivid cyan · cool · closest name: ivory
RGB
221, 245, 238
HSL
163°, 55%, 91%
CMYK
10, 0, 3, 4
Luminance
0.8685
Every format
| HEX | #ddf5ee |
| RGB | rgb(221, 245, 238) |
| HSL | hsl(163, 55%, 91%) |
| CMYK | cmyk(10%, 0%, 3%, 4%) |
| LAB | lab(94.7 -9.1 0.7) |
| LCH | lch(94.7 9.2 175.6) |
| OKLCH | oklch(0.951 0.027 176.3) |
Copy-ready code
/* CSS */
color: #ddf5ee;
background-color: #ddf5ee;
/* Tailwind (arbitrary) */
class="text-[#ddf5ee] bg-[#ddf5ee]"
/* SCSS */
$brand: #ddf5ee;
/* SwiftUI */
Color(red: 0.867, green: 0.961, blue: 0.933)
/* Android */
Color.parseColor("#ddf5ee")Accessibility — WCAG contrast
Aa
#ddf5ee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddf5ee on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green96.1%
Blue93.3%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow2.9%
Key (black)3.9%
Color previews
#ddf5ee text on a black background
contrast 18.37:1
Card sample
#ddf5ee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddf5ee;
Background color
Panel with #ddf5ee background
background-color: #ddf5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddf5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 245, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 245, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddf5ee; background: linear-gradient(135deg, #ddf5ee, #DDECF5);