#dff6ee
a pale, vivid green · cool · closest name: ivory
RGB
223, 246, 238
HSL
159°, 56%, 92%
CMYK
9, 0, 3, 4
Luminance
0.8777
Every format
| HEX | #dff6ee |
| RGB | rgb(223, 246, 238) |
| HSL | hsl(159, 56%, 92%) |
| CMYK | cmyk(9%, 0%, 3%, 4%) |
| LAB | lab(95.1 -9.0 1.3) |
| LCH | lch(95.1 9.1 171.9) |
| OKLCH | oklch(0.954 0.026 172.9) |
Copy-ready code
/* CSS */
color: #dff6ee;
background-color: #dff6ee;
/* Tailwind (arbitrary) */
class="text-[#dff6ee] bg-[#dff6ee]"
/* SCSS */
$brand: #dff6ee;
/* SwiftUI */
Color(red: 0.875, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#dff6ee")Accessibility — WCAG contrast
Aa
#dff6ee on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff6ee on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green96.5%
Blue93.3%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow3.3%
Key (black)3.5%
Color previews
#dff6ee text on a black background
contrast 18.55:1
Card sample
#dff6ee text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff6ee;
Background color
Panel with #dff6ee background
background-color: #dff6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff6ee; background: linear-gradient(135deg, #dff6ee, #DFEFF6);