#dcf4ce
a pale, vivid green · cool · closest name: beige
RGB
220, 244, 206
HSL
98°, 63%, 88%
CMYK
10, 0, 16, 4
Luminance
0.8437
Every format
| HEX | #dcf4ce |
| RGB | rgb(220, 244, 206) |
| HSL | hsl(98, 63%, 88%) |
| CMYK | cmyk(10%, 0%, 16%, 4%) |
| LAB | lab(93.6 -14.6 15.7) |
| LCH | lch(93.6 21.4 132.8) |
| OKLCH | oklch(0.940 0.056 133.9) |
Copy-ready code
/* CSS */
color: #dcf4ce;
background-color: #dcf4ce;
/* Tailwind (arbitrary) */
class="text-[#dcf4ce] bg-[#dcf4ce]"
/* SCSS */
$brand: #dcf4ce;
/* SwiftUI */
Color(red: 0.863, green: 0.957, blue: 0.808)
/* Android */
Color.parseColor("#dcf4ce")Accessibility — WCAG contrast
Aa
#dcf4ce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf4ce on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green95.7%
Blue80.8%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow15.6%
Key (black)4.3%
Color previews
#dcf4ce text on a black background
contrast 17.87:1
Card sample
#dcf4ce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf4ce;
Background color
Panel with #dcf4ce background
background-color: #dcf4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 244, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 244, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf4ce; background: linear-gradient(135deg, #dcf4ce, #CEF4D9);