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