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