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