#8eb628
a dark, vivid green · cool · closest name: olivedrab
RGB
142, 182, 40
HSL
77°, 64%, 44%
CMYK
22, 0, 78, 29
Luminance
0.3936
Every format
| HEX | #8eb628 |
| RGB | rgb(142, 182, 40) |
| HSL | hsl(77, 64%, 44%) |
| CMYK | cmyk(22%, 0%, 78%, 29%) |
| LAB | lab(69.0 -32.7 62.4) |
| LCH | lch(69.0 70.4 117.6) |
| OKLCH | oklch(0.722 0.167 124.7) |
Copy-ready code
/* CSS */
color: #8eb628;
background-color: #8eb628;
/* Tailwind (arbitrary) */
class="text-[#8eb628] bg-[#8eb628]"
/* SCSS */
$brand: #8eb628;
/* SwiftUI */
Color(red: 0.557, green: 0.714, blue: 0.157)
/* Android */
Color.parseColor("#8eb628")Accessibility — WCAG contrast
Aa
#8eb628 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb628 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.4%
Blue15.7%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow78.0%
Key (black)28.6%
Color previews
#8eb628 text on a black background
contrast 8.87:1
Card sample
#8eb628 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb628;
Background color
Panel with #8eb628 background
background-color: #8eb628;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb628;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 182, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 182, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb628; background: linear-gradient(135deg, #8eb628, #2FB628);