#dff2ee
a pale, soft cyan · cool · closest name: white
RGB
223, 242, 238
HSL
167°, 42%, 91%
CMYK
8, 0, 2, 5
Luminance
0.8537
Every format
| HEX | #dff2ee |
| RGB | rgb(223, 242, 238) |
| HSL | hsl(167, 42%, 91%) |
| CMYK | cmyk(8%, 0%, 2%, 5%) |
| LAB | lab(94.0 -7.0 -0.2) |
| LCH | lch(94.0 7.0 181.7) |
| OKLCH | oklch(0.946 0.021 181.9) |
Copy-ready code
/* CSS */
color: #dff2ee;
background-color: #dff2ee;
/* Tailwind (arbitrary) */
class="text-[#dff2ee] bg-[#dff2ee]"
/* SCSS */
$brand: #dff2ee;
/* SwiftUI */
Color(red: 0.875, green: 0.949, blue: 0.933)
/* Android */
Color.parseColor("#dff2ee")Accessibility — WCAG contrast
Aa
#dff2ee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff2ee on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.9%
Blue93.3%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow1.7%
Key (black)5.1%
Color previews
#dff2ee text on a black background
contrast 18.07:1
Card sample
#dff2ee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff2ee;
Background color
Panel with #dff2ee background
background-color: #dff2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 242, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 242, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff2ee; background: linear-gradient(135deg, #dff2ee, #DFE9F2);