#8eb063
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 176, 99
HSL
87°, 33%, 54%
CMYK
19, 0, 44, 31
Luminance
0.3770
Every format
| HEX | #8eb063 |
| RGB | rgb(142, 176, 99) |
| HSL | hsl(87, 33%, 54%) |
| CMYK | cmyk(19%, 0%, 44%, 31%) |
| LAB | lab(67.8 -24.9 35.6) |
| LCH | lch(67.8 43.5 124.9) |
| OKLCH | oklch(0.714 0.111 128.4) |
Copy-ready code
/* CSS */
color: #8eb063;
background-color: #8eb063;
/* Tailwind (arbitrary) */
class="text-[#8eb063] bg-[#8eb063]"
/* SCSS */
$brand: #8eb063;
/* SwiftUI */
Color(red: 0.557, green: 0.690, blue: 0.388)
/* Android */
Color.parseColor("#8eb063")Accessibility — WCAG contrast
Aa
#8eb063 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb063 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.0%
Blue38.8%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow43.8%
Key (black)31.0%
Color previews
#8eb063 text on a black background
contrast 8.54:1
Card sample
#8eb063 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb063;
Background color
Panel with #8eb063 background
background-color: #8eb063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 176, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 176, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb063; background: linear-gradient(135deg, #8eb063, #63B06B);