#8bab2f
a dark, vivid green · cool · closest name: olivedrab
RGB
139, 171, 47
HSL
76°, 57%, 43%
CMYK
19, 0, 73, 33
Luminance
0.3482
Every format
| HEX | #8bab2f |
| RGB | rgb(139, 171, 47) |
| HSL | hsl(76, 57%, 43%) |
| CMYK | cmyk(19%, 0%, 73%, 33%) |
| LAB | lab(65.6 -28.3 56.8) |
| LCH | lch(65.6 63.4 116.5) |
| OKLCH | oklch(0.694 0.151 123.1) |
Copy-ready code
/* CSS */
color: #8bab2f;
background-color: #8bab2f;
/* Tailwind (arbitrary) */
class="text-[#8bab2f] bg-[#8bab2f]"
/* SCSS */
$brand: #8bab2f;
/* SwiftUI */
Color(red: 0.545, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#8bab2f")Accessibility — WCAG contrast
Aa
#8bab2f on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bab2f on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green67.1%
Blue18.4%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow72.5%
Key (black)32.9%
Color previews
#8bab2f text on a black background
contrast 7.96:1
Card sample
#8bab2f text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bab2f;
Background color
Panel with #8bab2f background
background-color: #8bab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bab2f; background: linear-gradient(135deg, #8bab2f, #38AB2F);