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