#8fb821
a dark, vivid green · cool · closest name: olivedrab
RGB
143, 184, 33
HSL
76°, 70%, 43%
CMYK
22, 0, 82, 28
Luminance
0.4023
Every format
| HEX | #8fb821 |
| RGB | rgb(143, 184, 33) |
| HSL | hsl(76, 70%, 43%) |
| CMYK | cmyk(22%, 0%, 82%, 28%) |
| LAB | lab(69.6 -33.5 65.0) |
| LCH | lch(69.6 73.1 117.3) |
| OKLCH | oklch(0.727 0.172 124.7) |
Copy-ready code
/* CSS */
color: #8fb821;
background-color: #8fb821;
/* Tailwind (arbitrary) */
class="text-[#8fb821] bg-[#8fb821]"
/* SCSS */
$brand: #8fb821;
/* SwiftUI */
Color(red: 0.561, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#8fb821")Accessibility — WCAG contrast
Aa
#8fb821 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fb821 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.2%
Blue12.9%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow82.1%
Key (black)27.8%
Color previews
#8fb821 text on a black background
contrast 9.05:1
Card sample
#8fb821 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fb821;
Background color
Panel with #8fb821 background
background-color: #8fb821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fb821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fb821; background: linear-gradient(135deg, #8fb821, #2AB821);