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