#dcefcf
a pale, vivid green · cool · closest name: beige
RGB
220, 239, 207
HSL
96°, 50%, 88%
CMYK
8, 0, 13, 6
Luminance
0.8145
Every format
| HEX | #dcefcf |
| RGB | rgb(220, 239, 207) |
| HSL | hsl(96, 50%, 88%) |
| CMYK | cmyk(8%, 0%, 13%, 6%) |
| LAB | lab(92.3 -11.9 13.4) |
| LCH | lch(92.3 17.9 131.7) |
| OKLCH | oklch(0.930 0.047 132.5) |
Copy-ready code
/* CSS */
color: #dcefcf;
background-color: #dcefcf;
/* Tailwind (arbitrary) */
class="text-[#dcefcf] bg-[#dcefcf]"
/* SCSS */
$brand: #dcefcf;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#dcefcf")Accessibility — WCAG contrast
Aa
#dcefcf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcefcf on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue81.2%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#dcefcf text on a black background
contrast 17.29:1
Card sample
#dcefcf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcefcf;
Background color
Panel with #dcefcf background
background-color: #dcefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcefcf; background: linear-gradient(135deg, #dcefcf, #CFEFD7);