#8e8564
a balanced, soft yellow · cool · closest name: gray
RGB
142, 133, 100
HSL
47°, 17%, 48%
CMYK
0, 6, 30, 44
Luminance
0.2345
Every format
| HEX | #8e8564 |
| RGB | rgb(142, 133, 100) |
| HSL | hsl(47, 17%, 48%) |
| CMYK | cmyk(0%, 6%, 30%, 44%) |
| LAB | lab(55.5 -2.0 19.1) |
| LCH | lch(55.5 19.2 96.1) |
| OKLCH | oklch(0.616 0.048 94.6) |
Copy-ready code
/* CSS */
color: #8e8564;
background-color: #8e8564;
/* Tailwind (arbitrary) */
class="text-[#8e8564] bg-[#8e8564]"
/* SCSS */
$brand: #8e8564;
/* SwiftUI */
Color(red: 0.557, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#8e8564")Accessibility — WCAG contrast
Aa
#8e8564 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8e8564 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green52.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow29.6%
Key (black)44.3%
Color previews
#8e8564 text on a black background
contrast 5.69:1
Card sample
#8e8564 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e8564;
Background color
Panel with #8e8564 background
background-color: #8e8564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e8564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e8564; background: linear-gradient(135deg, #8e8564, #7B8E64);