#8eb05f
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 176, 95
HSL
85°, 34%, 53%
CMYK
19, 0, 46, 31
Luminance
0.3763
Every format
| HEX | #8eb05f |
| RGB | rgb(142, 176, 95) |
| HSL | hsl(85, 34%, 53%) |
| CMYK | cmyk(19%, 0%, 46%, 31%) |
| LAB | lab(67.8 -25.4 37.6) |
| LCH | lch(67.8 45.4 124.0) |
| OKLCH | oklch(0.713 0.115 127.7) |
Copy-ready code
/* CSS */
color: #8eb05f;
background-color: #8eb05f;
/* Tailwind (arbitrary) */
class="text-[#8eb05f] bg-[#8eb05f]"
/* SCSS */
$brand: #8eb05f;
/* SwiftUI */
Color(red: 0.557, green: 0.690, blue: 0.373)
/* Android */
Color.parseColor("#8eb05f")Accessibility — WCAG contrast
Aa
#8eb05f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb05f on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.0%
Blue37.3%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow46.0%
Key (black)31.0%
Color previews
#8eb05f text on a black background
contrast 8.53:1
Card sample
#8eb05f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb05f;
Background color
Panel with #8eb05f background
background-color: #8eb05f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb05f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 176, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 176, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb05f; background: linear-gradient(135deg, #8eb05f, #5FB066);