#ddf8ee
a pale, vivid green · cool · closest name: ivory
RGB
221, 248, 238
HSL
158°, 66%, 92%
CMYK
11, 0, 4, 3
Luminance
0.8868
Every format
| HEX | #ddf8ee |
| RGB | rgb(221, 248, 238) |
| HSL | hsl(158, 66%, 92%) |
| CMYK | cmyk(11%, 0%, 4%, 3%) |
| LAB | lab(95.5 -10.6 1.8) |
| LCH | lch(95.5 10.8 170.3) |
| OKLCH | oklch(0.957 0.031 171.4) |
Copy-ready code
/* CSS */
color: #ddf8ee;
background-color: #ddf8ee;
/* Tailwind (arbitrary) */
class="text-[#ddf8ee] bg-[#ddf8ee]"
/* SCSS */
$brand: #ddf8ee;
/* SwiftUI */
Color(red: 0.867, green: 0.973, blue: 0.933)
/* Android */
Color.parseColor("#ddf8ee")Accessibility — WCAG contrast
Aa
#ddf8ee on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddf8ee on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green97.3%
Blue93.3%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow4.0%
Key (black)2.7%
Color previews
#ddf8ee text on a black background
contrast 18.74:1
Card sample
#ddf8ee text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddf8ee;
Background color
Panel with #ddf8ee background
background-color: #ddf8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddf8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 248, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 248, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddf8ee; background: linear-gradient(135deg, #ddf8ee, #DDF0F8);