#8ccf13
a dark, electric green · cool · closest name: olivedrab
RGB
140, 207, 19
HSL
81°, 83%, 44%
CMYK
32, 0, 91, 19
Luminance
0.5025
Every format
| HEX | #8ccf13 |
| RGB | rgb(140, 207, 19) |
| HSL | hsl(81, 83%, 44%) |
| CMYK | cmyk(32%, 0%, 91%, 19%) |
| LAB | lab(76.2 -45.2 73.3) |
| LCH | lch(76.2 86.1 121.7) |
| OKLCH | oklch(0.780 0.204 129.5) |
Copy-ready code
/* CSS */
color: #8ccf13;
background-color: #8ccf13;
/* Tailwind (arbitrary) */
class="text-[#8ccf13] bg-[#8ccf13]"
/* SCSS */
$brand: #8ccf13;
/* SwiftUI */
Color(red: 0.549, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#8ccf13")Accessibility — WCAG contrast
Aa
#8ccf13 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccf13 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green81.2%
Blue7.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#8ccf13 text on a black background
contrast 11.05:1
Card sample
#8ccf13 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccf13;
Background color
Panel with #8ccf13 background
background-color: #8ccf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccf13; background: linear-gradient(135deg, #8ccf13, #13CF17);