#8e8e4f
a dark, soft yellow · cool · closest name: olive
RGB
142, 142, 79
HSL
60°, 29%, 43%
CMYK
0, 0, 44, 44
Luminance
0.2566
Every format
| HEX | #8e8e4f |
| RGB | rgb(142, 142, 79) |
| HSL | hsl(60, 29%, 43%) |
| CMYK | cmyk(0%, 0%, 44%, 44%) |
| LAB | lab(57.7 -9.6 33.5) |
| LCH | lch(57.7 34.8 106.1) |
| OKLCH | oklch(0.632 0.085 108.6) |
Copy-ready code
/* CSS */
color: #8e8e4f;
background-color: #8e8e4f;
/* Tailwind (arbitrary) */
class="text-[#8e8e4f] bg-[#8e8e4f]"
/* SCSS */
$brand: #8e8e4f;
/* SwiftUI */
Color(red: 0.557, green: 0.557, blue: 0.310)
/* Android */
Color.parseColor("#8e8e4f")Accessibility — WCAG contrast
Aa
#8e8e4f on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8e8e4f on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green55.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow44.4%
Key (black)44.3%
Color previews
#8e8e4f text on a black background
contrast 6.13:1
Card sample
#8e8e4f text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e8e4f;
Background color
Panel with #8e8e4f background
background-color: #8e8e4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e8e4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 142, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 142, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e8e4f; background: linear-gradient(135deg, #8e8e4f, #648E4F);