#8ac32b
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 195, 43
HSL
83°, 64%, 47%
CMYK
29, 0, 78, 24
Luminance
0.4461
Every format
| HEX | #8ac32b |
| RGB | rgb(138, 195, 43) |
| HSL | hsl(83, 64%, 47%) |
| CMYK | cmyk(29%, 0%, 78%, 24%) |
| LAB | lab(72.6 -40.0 64.8) |
| LCH | lch(72.6 76.1 121.7) |
| OKLCH | oklch(0.751 0.183 128.7) |
Copy-ready code
/* CSS */
color: #8ac32b;
background-color: #8ac32b;
/* Tailwind (arbitrary) */
class="text-[#8ac32b] bg-[#8ac32b]"
/* SCSS */
$brand: #8ac32b;
/* SwiftUI */
Color(red: 0.541, green: 0.765, blue: 0.169)
/* Android */
Color.parseColor("#8ac32b")Accessibility — WCAG contrast
Aa
#8ac32b on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ac32b on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green76.5%
Blue16.9%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow77.9%
Key (black)23.5%
Color previews
#8ac32b text on a black background
contrast 9.92:1
Card sample
#8ac32b text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ac32b;
Background color
Panel with #8ac32b background
background-color: #8ac32b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ac32b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 195, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 195, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ac32b; background: linear-gradient(135deg, #8ac32b, #2BC331);