#dcff87
a light, electric green · cool · closest name: khaki
RGB
220, 255, 135
HSL
78°, 100%, 77%
CMYK
14, 0, 47, 0
Luminance
0.8848
Every format
| HEX | #dcff87 |
| RGB | rgb(220, 255, 135) |
| HSL | hsl(78, 100%, 77%) |
| CMYK | cmyk(14%, 0%, 47%, 0%) |
| LAB | lab(95.4 -29.2 53.3) |
| LCH | lch(95.4 60.8 118.8) |
| OKLCH | oklch(0.950 0.152 122.7) |
Copy-ready code
/* CSS */
color: #dcff87;
background-color: #dcff87;
/* Tailwind (arbitrary) */
class="text-[#dcff87] bg-[#dcff87]"
/* SCSS */
$brand: #dcff87;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.529)
/* Android */
Color.parseColor("#dcff87")Accessibility — WCAG contrast
Aa
#dcff87 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcff87 on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue52.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow47.1%
Key (black)0.0%
Color previews
#dcff87 text on a black background
contrast 18.70:1
Card sample
#dcff87 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcff87;
Background color
Panel with #dcff87 background
background-color: #dcff87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcff87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcff87; background: linear-gradient(135deg, #dcff87, #8CFF87);