#8ac35f
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 195, 95
HSL
94°, 46%, 57%
CMYK
29, 0, 51, 24
Luminance
0.4526
Every format
| HEX | #8ac35f |
| RGB | rgb(138, 195, 95) |
| HSL | hsl(94, 46%, 57%) |
| CMYK | cmyk(29%, 0%, 51%, 24%) |
| LAB | lab(73.1 -35.8 44.0) |
| LCH | lch(73.1 56.8 129.1) |
| OKLCH | oklch(0.755 0.145 133.3) |
Copy-ready code
/* CSS */
color: #8ac35f;
background-color: #8ac35f;
/* Tailwind (arbitrary) */
class="text-[#8ac35f] bg-[#8ac35f]"
/* SCSS */
$brand: #8ac35f;
/* SwiftUI */
Color(red: 0.541, green: 0.765, blue: 0.373)
/* Android */
Color.parseColor("#8ac35f")Accessibility — WCAG contrast
Aa
#8ac35f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ac35f on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green76.5%
Blue37.3%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow51.3%
Key (black)23.5%
Color previews
#8ac35f text on a black background
contrast 10.05:1
Card sample
#8ac35f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ac35f;
Background color
Panel with #8ac35f background
background-color: #8ac35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ac35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 195, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 195, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ac35f; background: linear-gradient(135deg, #8ac35f, #5FC377);