#8eb445
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 180, 69
HSL
81°, 45%, 49%
CMYK
21, 0, 62, 29
Luminance
0.3882
Every format
| HEX | #8eb445 |
| RGB | rgb(142, 180, 69) |
| HSL | hsl(81, 45%, 49%) |
| CMYK | cmyk(21%, 0%, 62%, 29%) |
| LAB | lab(68.6 -29.9 51.0) |
| LCH | lch(68.6 59.1 120.4) |
| OKLCH | oklch(0.719 0.145 125.9) |
Copy-ready code
/* CSS */
color: #8eb445;
background-color: #8eb445;
/* Tailwind (arbitrary) */
class="text-[#8eb445] bg-[#8eb445]"
/* SCSS */
$brand: #8eb445;
/* SwiftUI */
Color(red: 0.557, green: 0.706, blue: 0.271)
/* Android */
Color.parseColor("#8eb445")Accessibility — WCAG contrast
Aa
#8eb445 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb445 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.6%
Blue27.1%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow61.7%
Key (black)29.4%
Color previews
#8eb445 text on a black background
contrast 8.76:1
Card sample
#8eb445 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb445;
Background color
Panel with #8eb445 background
background-color: #8eb445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 180, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 180, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb445; background: linear-gradient(135deg, #8eb445, #45B446);