#ddf6ee
a pale, vivid cyan · cool · closest name: ivory
RGB
221, 246, 238
HSL
161°, 58%, 92%
CMYK
10, 0, 3, 4
Luminance
0.8746
Every format
| HEX | #ddf6ee |
| RGB | rgb(221, 246, 238) |
| HSL | hsl(161, 58%, 92%) |
| CMYK | cmyk(10%, 0%, 3%, 4%) |
| LAB | lab(94.9 -9.6 1.1) |
| LCH | lch(94.9 9.7 173.7) |
| OKLCH | oklch(0.953 0.028 174.5) |
Copy-ready code
/* CSS */
color: #ddf6ee;
background-color: #ddf6ee;
/* Tailwind (arbitrary) */
class="text-[#ddf6ee] bg-[#ddf6ee]"
/* SCSS */
$brand: #ddf6ee;
/* SwiftUI */
Color(red: 0.867, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#ddf6ee")Accessibility — WCAG contrast
Aa
#ddf6ee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddf6ee on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green96.5%
Blue93.3%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow3.3%
Key (black)3.5%
Color previews
#ddf6ee text on a black background
contrast 18.49:1
Card sample
#ddf6ee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddf6ee;
Background color
Panel with #ddf6ee background
background-color: #ddf6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddf6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddf6ee; background: linear-gradient(135deg, #ddf6ee, #DDEDF6);