#8eb55f
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 181, 95
HSL
87°, 37%, 54%
CMYK
22, 0, 48, 29
Luminance
0.3962
Every format
| HEX | #8eb55f |
| RGB | rgb(142, 181, 95) |
| HSL | hsl(87, 37%, 54%) |
| CMYK | cmyk(22%, 0%, 48%, 29%) |
| LAB | lab(69.2 -27.8 39.4) |
| LCH | lch(69.2 48.2 125.2) |
| OKLCH | oklch(0.725 0.122 129.1) |
Copy-ready code
/* CSS */
color: #8eb55f;
background-color: #8eb55f;
/* Tailwind (arbitrary) */
class="text-[#8eb55f] bg-[#8eb55f]"
/* SCSS */
$brand: #8eb55f;
/* SwiftUI */
Color(red: 0.557, green: 0.710, blue: 0.373)
/* Android */
Color.parseColor("#8eb55f")Accessibility — WCAG contrast
Aa
#8eb55f on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb55f on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.0%
Blue37.3%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow47.5%
Key (black)29.0%
Color previews
#8eb55f text on a black background
contrast 8.92:1
Card sample
#8eb55f text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb55f;
Background color
Panel with #8eb55f background
background-color: #8eb55f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb55f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 181, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 181, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb55f; background: linear-gradient(135deg, #8eb55f, #5FB569);