#dcfdce
a pale, electric green · cool · closest name: beige
RGB
220, 253, 206
HSL
102°, 92%, 90%
CMYK
13, 0, 19, 1
Luminance
0.8992
Every format
| HEX | #dcfdce |
| RGB | rgb(220, 253, 206) |
| HSL | hsl(102, 92%, 90%) |
| CMYK | cmyk(13%, 0%, 19%, 1%) |
| LAB | lab(96.0 -19.0 19.0) |
| LCH | lch(96.0 26.9 134.9) |
| OKLCH | oklch(0.958 0.071 136.4) |
Copy-ready code
/* CSS */
color: #dcfdce;
background-color: #dcfdce;
/* Tailwind (arbitrary) */
class="text-[#dcfdce] bg-[#dcfdce]"
/* SCSS */
$brand: #dcfdce;
/* SwiftUI */
Color(red: 0.863, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#dcfdce")Accessibility — WCAG contrast
Aa
#dcfdce on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfdce on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.2%
Blue80.8%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#dcfdce text on a black background
contrast 18.98:1
Card sample
#dcfdce text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfdce;
Background color
Panel with #dcfdce background
background-color: #dcfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfdce; background: linear-gradient(135deg, #dcfdce, #CEFDDF);