#8fa521
a dark, vivid green · cool · closest name: olivedrab
RGB
143, 165, 33
HSL
70°, 67%, 39%
CMYK
13, 0, 80, 35
Luminance
0.3286
Every format
| HEX | #8fa521 |
| RGB | rgb(143, 165, 33) |
| HSL | hsl(70, 67%, 39%) |
| CMYK | cmyk(13%, 0%, 80%, 35%) |
| LAB | lab(64.0 -24.4 60.0) |
| LCH | lch(64.0 64.8 112.2) |
| OKLCH | oklch(0.682 0.150 119.2) |
Copy-ready code
/* CSS */
color: #8fa521;
background-color: #8fa521;
/* Tailwind (arbitrary) */
class="text-[#8fa521] bg-[#8fa521]"
/* SCSS */
$brand: #8fa521;
/* SwiftUI */
Color(red: 0.561, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#8fa521")Accessibility — WCAG contrast
Aa
#8fa521 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fa521 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green64.7%
Blue12.9%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#8fa521 text on a black background
contrast 7.57:1
Card sample
#8fa521 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fa521;
Background color
Panel with #8fa521 background
background-color: #8fa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fa521; background: linear-gradient(135deg, #8fa521, #37A521);