#856473
a balanced, muted magenta / pink · warm · closest name: gray
RGB
133, 100, 115
HSL
333°, 14%, 46%
CMYK
0, 25, 14, 48
Luminance
0.1534
Every format
| HEX | #856473 |
| RGB | rgb(133, 100, 115) |
| HSL | hsl(333, 14%, 46%) |
| CMYK | cmyk(0%, 25%, 14%, 48%) |
| LAB | lab(46.1 15.8 -3.2) |
| LCH | lch(46.1 16.2 348.4) |
| OKLCH | oklch(0.541 0.048 349.8) |
Copy-ready code
/* CSS */
color: #856473;
background-color: #856473;
/* Tailwind (arbitrary) */
class="text-[#856473] bg-[#856473]"
/* SCSS */
$brand: #856473;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.451)
/* Android */
Color.parseColor("#856473")Accessibility — WCAG contrast
Aa
#856473 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856473 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow13.5%
Key (black)47.8%
Color previews
#856473 text on a black background
contrast 4.07:1
Card sample
#856473 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856473;
Background color
Panel with #856473 background
background-color: #856473;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856473;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856473; background: linear-gradient(135deg, #856473, #856B64);