#dff0eb
a pale, soft cyan · cool · closest name: white
RGB
223, 240, 235
HSL
162°, 36%, 91%
CMYK
7, 0, 2, 6
Luminance
0.8401
Every format
| HEX | #dff0eb |
| RGB | rgb(223, 240, 235) |
| HSL | hsl(162, 36%, 91%) |
| CMYK | cmyk(7%, 0%, 2%, 6%) |
| LAB | lab(93.5 -6.5 0.5) |
| LCH | lch(93.5 6.5 175.7) |
| OKLCH | oklch(0.941 0.019 176.4) |
Copy-ready code
/* CSS */
color: #dff0eb;
background-color: #dff0eb;
/* Tailwind (arbitrary) */
class="text-[#dff0eb] bg-[#dff0eb]"
/* SCSS */
$brand: #dff0eb;
/* SwiftUI */
Color(red: 0.875, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#dff0eb")Accessibility — WCAG contrast
Aa
#dff0eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff0eb on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.1%
Blue92.2%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#dff0eb text on a black background
contrast 17.80:1
Card sample
#dff0eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff0eb;
Background color
Panel with #dff0eb background
background-color: #dff0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff0eb; background: linear-gradient(135deg, #dff0eb, #DFEAF0);