#8eb43f
a balanced, vivid green · cool · closest name: olivedrab
RGB
142, 180, 63
HSL
80°, 48%, 48%
CMYK
21, 0, 65, 29
Luminance
0.3875
Every format
| HEX | #8eb43f |
| RGB | rgb(142, 180, 63) |
| HSL | hsl(80, 48%, 48%) |
| CMYK | cmyk(21%, 0%, 65%, 29%) |
| LAB | lab(68.6 -30.4 53.6) |
| LCH | lch(68.6 61.6 119.5) |
| OKLCH | oklch(0.719 0.150 125.4) |
Copy-ready code
/* CSS */
color: #8eb43f;
background-color: #8eb43f;
/* Tailwind (arbitrary) */
class="text-[#8eb43f] bg-[#8eb43f]"
/* SCSS */
$brand: #8eb43f;
/* SwiftUI */
Color(red: 0.557, green: 0.706, blue: 0.247)
/* Android */
Color.parseColor("#8eb43f")Accessibility — WCAG contrast
Aa
#8eb43f on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb43f on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.6%
Blue24.7%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow65.0%
Key (black)29.4%
Color previews
#8eb43f text on a black background
contrast 8.75:1
Card sample
#8eb43f text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb43f;
Background color
Panel with #8eb43f background
background-color: #8eb43f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb43f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 180, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 180, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb43f; background: linear-gradient(135deg, #8eb43f, #40B43F);