#dff2ce
a pale, vivid green · cool · closest name: beige
RGB
223, 242, 206
HSL
92°, 58%, 88%
CMYK
8, 0, 15, 5
Luminance
0.8365
Every format
| HEX | #dff2ce |
| RGB | rgb(223, 242, 206) |
| HSL | hsl(92, 58%, 88%) |
| CMYK | cmyk(8%, 0%, 15%, 5%) |
| LAB | lab(93.3 -12.5 15.3) |
| LCH | lch(93.3 19.8 129.4) |
| OKLCH | oklch(0.938 0.052 130.1) |
Copy-ready code
/* CSS */
color: #dff2ce;
background-color: #dff2ce;
/* Tailwind (arbitrary) */
class="text-[#dff2ce] bg-[#dff2ce]"
/* SCSS */
$brand: #dff2ce;
/* SwiftUI */
Color(red: 0.875, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#dff2ce")Accessibility — WCAG contrast
Aa
#dff2ce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff2ce on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.9%
Blue80.8%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#dff2ce text on a black background
contrast 17.73:1
Card sample
#dff2ce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff2ce;
Background color
Panel with #dff2ce background
background-color: #dff2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff2ce; background: linear-gradient(135deg, #dff2ce, #CEF2D5);