#8cb02a
a dark, vivid green · cool · closest name: olivedrab
RGB
140, 176, 42
HSL
76°, 62%, 43%
CMYK
21, 0, 76, 31
Luminance
0.3679
Every format
| HEX | #8cb02a |
| RGB | rgb(140, 176, 42) |
| HSL | hsl(76, 62%, 43%) |
| CMYK | cmyk(21%, 0%, 76%, 31%) |
| LAB | lab(67.1 -30.6 60.0) |
| LCH | lch(67.1 67.3 117.0) |
| OKLCH | oklch(0.706 0.160 123.9) |
Copy-ready code
/* CSS */
color: #8cb02a;
background-color: #8cb02a;
/* Tailwind (arbitrary) */
class="text-[#8cb02a] bg-[#8cb02a]"
/* SCSS */
$brand: #8cb02a;
/* SwiftUI */
Color(red: 0.549, green: 0.690, blue: 0.165)
/* Android */
Color.parseColor("#8cb02a")Accessibility — WCAG contrast
Aa
#8cb02a on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb02a on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green69.0%
Blue16.5%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow76.1%
Key (black)31.0%
Color previews
#8cb02a text on a black background
contrast 8.36:1
Card sample
#8cb02a text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb02a;
Background color
Panel with #8cb02a background
background-color: #8cb02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 176, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 176, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb02a; background: linear-gradient(135deg, #8cb02a, #33B02A);