#8ea310
a dark, electric yellow · cool · closest name: olivedrab
RGB
142, 163, 16
HSL
69°, 82%, 35%
CMYK
13, 0, 90, 36
Luminance
0.3198
Every format
| HEX | #8ea310 |
| RGB | rgb(142, 163, 16) |
| HSL | hsl(69, 82%, 35%) |
| CMYK | cmyk(13%, 0%, 90%, 36%) |
| LAB | lab(63.3 -24.4 63.4) |
| LCH | lch(63.3 67.9 111.0) |
| OKLCH | oklch(0.676 0.155 118.6) |
Copy-ready code
/* CSS */
color: #8ea310;
background-color: #8ea310;
/* Tailwind (arbitrary) */
class="text-[#8ea310] bg-[#8ea310]"
/* SCSS */
$brand: #8ea310;
/* SwiftUI */
Color(red: 0.557, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#8ea310")Accessibility — WCAG contrast
Aa
#8ea310 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ea310 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green63.9%
Blue6.3%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#8ea310 text on a black background
contrast 7.40:1
Card sample
#8ea310 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ea310;
Background color
Panel with #8ea310 background
background-color: #8ea310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ea310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ea310; background: linear-gradient(135deg, #8ea310, #2CA310);