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