#8ccc0f
a dark, electric green · cool · closest name: olivedrab
RGB
140, 204, 15
HSL
80°, 86%, 43%
CMYK
31, 0, 93, 20
Luminance
0.4880
Every format
| HEX | #8ccc0f |
| RGB | rgb(140, 204, 15) |
| HSL | hsl(80, 86%, 43%) |
| CMYK | cmyk(31%, 0%, 93%, 20%) |
| LAB | lab(75.3 -44.0 73.1) |
| LCH | lch(75.3 85.4 121.0) |
| OKLCH | oklch(0.772 0.202 129.0) |
Copy-ready code
/* CSS */
color: #8ccc0f;
background-color: #8ccc0f;
/* Tailwind (arbitrary) */
class="text-[#8ccc0f] bg-[#8ccc0f]"
/* SCSS */
$brand: #8ccc0f;
/* SwiftUI */
Color(red: 0.549, green: 0.800, blue: 0.059)
/* Android */
Color.parseColor("#8ccc0f")Accessibility — WCAG contrast
Aa
#8ccc0f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccc0f on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.0%
Blue5.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow92.6%
Key (black)20.0%
Color previews
#8ccc0f text on a black background
contrast 10.76:1
Card sample
#8ccc0f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccc0f;
Background color
Panel with #8ccc0f background
background-color: #8ccc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 204, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 204, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccc0f; background: linear-gradient(135deg, #8ccc0f, #0FCC10);