#dcff70
a light, electric green · cool · closest name: khaki
RGB
220, 255, 112
HSL
75°, 100%, 72%
CMYK
14, 0, 56, 0
Luminance
0.8791
Every format
| HEX | #dcff70 |
| RGB | rgb(220, 255, 112) |
| HSL | hsl(75, 100%, 72%) |
| CMYK | cmyk(14%, 0%, 56%, 0%) |
| LAB | lab(95.1 -31.3 63.4) |
| LCH | lch(95.1 70.7 116.3) |
| OKLCH | oklch(0.947 0.173 121.3) |
Copy-ready code
/* CSS */
color: #dcff70;
background-color: #dcff70;
/* Tailwind (arbitrary) */
class="text-[#dcff70] bg-[#dcff70]"
/* SCSS */
$brand: #dcff70;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.439)
/* Android */
Color.parseColor("#dcff70")Accessibility — WCAG contrast
Aa
#dcff70 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcff70 on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue43.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow56.1%
Key (black)0.0%
Color previews
#dcff70 text on a black background
contrast 18.58:1
Card sample
#dcff70 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcff70;
Background color
Panel with #dcff70 background
background-color: #dcff70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcff70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcff70; background: linear-gradient(135deg, #dcff70, #7DFF70);