#8cb921
a dark, vivid green · cool · closest name: olivedrab
RGB
140, 185, 33
HSL
78°, 70%, 43%
CMYK
24, 0, 82, 28
Luminance
0.4038
Every format
| HEX | #8cb921 |
| RGB | rgb(140, 185, 33) |
| HSL | hsl(78, 70%, 43%) |
| CMYK | cmyk(24%, 0%, 82%, 28%) |
| LAB | lab(69.7 -35.1 65.0) |
| LCH | lch(69.7 73.9 118.4) |
| OKLCH | oklch(0.727 0.175 125.8) |
Copy-ready code
/* CSS */
color: #8cb921;
background-color: #8cb921;
/* Tailwind (arbitrary) */
class="text-[#8cb921] bg-[#8cb921]"
/* SCSS */
$brand: #8cb921;
/* SwiftUI */
Color(red: 0.549, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#8cb921")Accessibility — WCAG contrast
Aa
#8cb921 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb921 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.5%
Blue12.9%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#8cb921 text on a black background
contrast 9.08:1
Card sample
#8cb921 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb921;
Background color
Panel with #8cb921 background
background-color: #8cb921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb921; background: linear-gradient(135deg, #8cb921, #27B921);