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