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