#856477
a balanced, muted magenta / pink · warm · closest name: gray
RGB
133, 100, 119
HSL
326°, 14%, 46%
CMYK
0, 25, 11, 48
Luminance
0.1543
Every format
| HEX | #856477 |
| RGB | rgb(133, 100, 119) |
| HSL | hsl(326, 14%, 46%) |
| CMYK | cmyk(0%, 25%, 11%, 48%) |
| LAB | lab(46.2 16.6 -5.5) |
| LCH | lch(46.2 17.4 341.8) |
| OKLCH | oklch(0.543 0.050 343.4) |
Copy-ready code
/* CSS */
color: #856477;
background-color: #856477;
/* Tailwind (arbitrary) */
class="text-[#856477] bg-[#856477]"
/* SCSS */
$brand: #856477;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.467)
/* Android */
Color.parseColor("#856477")Accessibility — WCAG contrast
Aa
#856477 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856477 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow10.5%
Key (black)47.8%
Color previews
#856477 text on a black background
contrast 4.09:1
Card sample
#856477 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856477;
Background color
Panel with #856477 background
background-color: #856477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856477; background: linear-gradient(135deg, #856477, #856764);