#dcf8ce
a pale, electric green · cool · closest name: beige
RGB
220, 248, 206
HSL
100°, 75%, 89%
CMYK
11, 0, 17, 3
Luminance
0.8681
Every format
| HEX | #dcf8ce |
| RGB | rgb(220, 248, 206) |
| HSL | hsl(100, 75%, 89%) |
| CMYK | cmyk(11%, 0%, 17%, 3%) |
| LAB | lab(94.7 -16.5 17.2) |
| LCH | lch(94.7 23.8 133.9) |
| OKLCH | oklch(0.948 0.063 135.2) |
Copy-ready code
/* CSS */
color: #dcf8ce;
background-color: #dcf8ce;
/* Tailwind (arbitrary) */
class="text-[#dcf8ce] bg-[#dcf8ce]"
/* SCSS */
$brand: #dcf8ce;
/* SwiftUI */
Color(red: 0.863, green: 0.973, blue: 0.808)
/* Android */
Color.parseColor("#dcf8ce")Accessibility — WCAG contrast
Aa
#dcf8ce on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf8ce on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green97.3%
Blue80.8%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow16.9%
Key (black)2.7%
Color previews
#dcf8ce text on a black background
contrast 18.36:1
Card sample
#dcf8ce text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf8ce;
Background color
Panel with #dcf8ce background
background-color: #dcf8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 248, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 248, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf8ce; background: linear-gradient(135deg, #dcf8ce, #CEF8DC);