#8fb521
a dark, vivid green · cool · closest name: olivedrab
RGB
143, 181, 33
HSL
75°, 69%, 42%
CMYK
21, 0, 82, 29
Luminance
0.3900
Every format
| HEX | #8fb521 |
| RGB | rgb(143, 181, 33) |
| HSL | hsl(75, 69%, 42%) |
| CMYK | cmyk(21%, 0%, 82%, 29%) |
| LAB | lab(68.8 -32.1 64.2) |
| LCH | lch(68.8 71.8 116.6) |
| OKLCH | oklch(0.720 0.169 123.9) |
Copy-ready code
/* CSS */
color: #8fb521;
background-color: #8fb521;
/* Tailwind (arbitrary) */
class="text-[#8fb521] bg-[#8fb521]"
/* SCSS */
$brand: #8fb521;
/* SwiftUI */
Color(red: 0.561, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#8fb521")Accessibility — WCAG contrast
Aa
#8fb521 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fb521 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green71.0%
Blue12.9%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#8fb521 text on a black background
contrast 8.80:1
Card sample
#8fb521 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fb521;
Background color
Panel with #8fb521 background
background-color: #8fb521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fb521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fb521; background: linear-gradient(135deg, #8fb521, #2CB521);