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