#856464
a balanced, muted red · warm · closest name: gray
RGB
133, 100, 100
HSL
0°, 14%, 46%
CMYK
0, 25, 25, 48
Luminance
0.1502
Every format
| HEX | #856464 |
| RGB | rgb(133, 100, 100) |
| HSL | hsl(0, 14%, 46%) |
| CMYK | cmyk(0%, 25%, 25%, 48%) |
| LAB | lab(45.7 13.3 5.2) |
| LCH | lch(45.7 14.3 21.2) |
| OKLCH | oklch(0.537 0.043 18.6) |
Copy-ready code
/* CSS */
color: #856464;
background-color: #856464;
/* Tailwind (arbitrary) */
class="text-[#856464] bg-[#856464]"
/* SCSS */
$brand: #856464;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.392)
/* Android */
Color.parseColor("#856464")Accessibility — WCAG contrast
Aa
#856464 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856464 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow24.8%
Key (black)47.8%
Color previews
#856464 text on a black background
contrast 4.00:1
Card sample
#856464 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856464;
Background color
Panel with #856464 background
background-color: #856464;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856464;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856464; background: linear-gradient(135deg, #856464, #857A64);