#8eb321
a dark, vivid green · cool · closest name: olivedrab
RGB
142, 179, 33
HSL
75°, 69%, 42%
CMYK
21, 0, 82, 30
Luminance
0.3810
Every format
| HEX | #8eb321 |
| RGB | rgb(142, 179, 33) |
| HSL | hsl(75, 69%, 42%) |
| CMYK | cmyk(21%, 0%, 82%, 30%) |
| LAB | lab(68.1 -31.6 63.6) |
| LCH | lch(68.1 71.0 116.4) |
| OKLCH | oklch(0.714 0.167 123.8) |
Copy-ready code
/* CSS */
color: #8eb321;
background-color: #8eb321;
/* Tailwind (arbitrary) */
class="text-[#8eb321] bg-[#8eb321]"
/* SCSS */
$brand: #8eb321;
/* SwiftUI */
Color(red: 0.557, green: 0.702, blue: 0.129)
/* Android */
Color.parseColor("#8eb321")Accessibility — WCAG contrast
Aa
#8eb321 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb321 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.2%
Blue12.9%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow81.6%
Key (black)29.8%
Color previews
#8eb321 text on a black background
contrast 8.62:1
Card sample
#8eb321 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb321;
Background color
Panel with #8eb321 background
background-color: #8eb321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 179, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 179, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb321; background: linear-gradient(135deg, #8eb321, #2DB321);