#dcffce
a pale, electric green · cool · closest name: beige
RGB
220, 255, 206
HSL
103°, 100%, 90%
CMYK
14, 0, 19, 0
Luminance
0.9119
Every format
| HEX | #dcffce |
| RGB | rgb(220, 255, 206) |
| HSL | hsl(103, 100%, 90%) |
| CMYK | cmyk(14%, 0%, 19%, 0%) |
| LAB | lab(96.5 -19.9 19.7) |
| LCH | lch(96.5 28.1 135.3) |
| OKLCH | oklch(0.963 0.074 136.8) |
Copy-ready code
/* CSS */
color: #dcffce;
background-color: #dcffce;
/* Tailwind (arbitrary) */
class="text-[#dcffce] bg-[#dcffce]"
/* SCSS */
$brand: #dcffce;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#dcffce")Accessibility — WCAG contrast
Aa
#dcffce on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffce on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue80.8%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#dcffce text on a black background
contrast 19.24:1
Card sample
#dcffce text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffce;
Background color
Panel with #dcffce background
background-color: #dcffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffce; background: linear-gradient(135deg, #dcffce, #CEFFE1);