#808564
a balanced, muted yellow · cool · closest name: gray
RGB
128, 133, 100
HSL
69°, 14%, 46%
CMYK
4, 0, 25, 48
Luminance
0.2228
Every format
| HEX | #808564 |
| RGB | rgb(128, 133, 100) |
| HSL | hsl(69, 14%, 46%) |
| CMYK | cmyk(4%, 0%, 25%, 48%) |
| LAB | lab(54.3 -7.8 17.2) |
| LCH | lch(54.3 18.9 114.3) |
| OKLCH | oklch(0.604 0.048 114.9) |
Copy-ready code
/* CSS */
color: #808564;
background-color: #808564;
/* Tailwind (arbitrary) */
class="text-[#808564] bg-[#808564]"
/* SCSS */
$brand: #808564;
/* SwiftUI */
Color(red: 0.502, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#808564")Accessibility — WCAG contrast
Aa
#808564 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#808564 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green52.2%
Blue39.2%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#808564 text on a black background
contrast 5.46:1
Card sample
#808564 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #808564;
Background color
Panel with #808564 background
background-color: #808564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #808564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #808564; background: linear-gradient(135deg, #808564, #6A8564);