#8ccd13
a dark, electric green · cool · closest name: olivedrab
RGB
140, 205, 19
HSL
81°, 83%, 44%
CMYK
32, 0, 91, 20
Luminance
0.4929
Every format
| HEX | #8ccd13 |
| RGB | rgb(140, 205, 19) |
| HSL | hsl(81, 83%, 44%) |
| CMYK | cmyk(32%, 0%, 91%, 20%) |
| LAB | lab(75.6 -44.4 72.8) |
| LCH | lch(75.6 85.3 121.3) |
| OKLCH | oklch(0.775 0.202 129.2) |
Copy-ready code
/* CSS */
color: #8ccd13;
background-color: #8ccd13;
/* Tailwind (arbitrary) */
class="text-[#8ccd13] bg-[#8ccd13]"
/* SCSS */
$brand: #8ccd13;
/* SwiftUI */
Color(red: 0.549, green: 0.804, blue: 0.075)
/* Android */
Color.parseColor("#8ccd13")Accessibility — WCAG contrast
Aa
#8ccd13 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccd13 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.4%
Blue7.5%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow90.7%
Key (black)19.6%
Color previews
#8ccd13 text on a black background
contrast 10.86:1
Card sample
#8ccd13 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccd13;
Background color
Panel with #8ccd13 background
background-color: #8ccd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 205, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 205, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccd13; background: linear-gradient(135deg, #8ccd13, #13CD16);