#8ab521
a dark, vivid green · cool · closest name: olivedrab
RGB
138, 181, 33
HSL
77°, 69%, 42%
CMYK
24, 0, 82, 29
Luminance
0.3856
Every format
| HEX | #8ab521 |
| RGB | rgb(138, 181, 33) |
| HSL | hsl(77, 69%, 42%) |
| CMYK | cmyk(24%, 0%, 82%, 29%) |
| LAB | lab(68.4 -34.1 63.8) |
| LCH | lch(68.4 72.3 118.1) |
| OKLCH | oklch(0.716 0.171 125.5) |
Copy-ready code
/* CSS */
color: #8ab521;
background-color: #8ab521;
/* Tailwind (arbitrary) */
class="text-[#8ab521] bg-[#8ab521]"
/* SCSS */
$brand: #8ab521;
/* SwiftUI */
Color(red: 0.541, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#8ab521")Accessibility — WCAG contrast
Aa
#8ab521 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ab521 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green71.0%
Blue12.9%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#8ab521 text on a black background
contrast 8.71:1
Card sample
#8ab521 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ab521;
Background color
Panel with #8ab521 background
background-color: #8ab521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ab521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ab521; background: linear-gradient(135deg, #8ab521, #27B521);