#dff4eb
a pale, vivid green · cool · closest name: ivory
RGB
223, 244, 235
HSL
154°, 49%, 92%
CMYK
9, 0, 4, 4
Luminance
0.8639
Every format
| HEX | #dff4eb |
| RGB | rgb(223, 244, 235) |
| HSL | hsl(154, 49%, 92%) |
| CMYK | cmyk(9%, 0%, 4%, 4%) |
| LAB | lab(94.5 -8.5 2.0) |
| LCH | lch(94.5 8.8 166.9) |
| OKLCH | oklch(0.949 0.025 168.2) |
Copy-ready code
/* CSS */
color: #dff4eb;
background-color: #dff4eb;
/* Tailwind (arbitrary) */
class="text-[#dff4eb] bg-[#dff4eb]"
/* SCSS */
$brand: #dff4eb;
/* SwiftUI */
Color(red: 0.875, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#dff4eb")Accessibility — WCAG contrast
Aa
#dff4eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff4eb on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green95.7%
Blue92.2%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#dff4eb text on a black background
contrast 18.28:1
Card sample
#dff4eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff4eb;
Background color
Panel with #dff4eb background
background-color: #dff4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff4eb; background: linear-gradient(135deg, #dff4eb, #DFEFF4);