#856480
a balanced, muted magenta / pink · warm · closest name: gray
RGB
133, 100, 128
HSL
309°, 14%, 46%
CMYK
0, 25, 4, 48
Luminance
0.1566
Every format
| HEX | #856480 |
| RGB | rgb(133, 100, 128) |
| HSL | hsl(309, 14%, 46%) |
| CMYK | cmyk(0%, 25%, 4%, 48%) |
| LAB | lab(46.5 18.3 -10.4) |
| LCH | lch(46.5 21.1 330.4) |
| OKLCH | oklch(0.546 0.059 331.6) |
Copy-ready code
/* CSS */
color: #856480;
background-color: #856480;
/* Tailwind (arbitrary) */
class="text-[#856480] bg-[#856480]"
/* SCSS */
$brand: #856480;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.502)
/* Android */
Color.parseColor("#856480")Accessibility — WCAG contrast
Aa
#856480 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856480 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow3.8%
Key (black)47.8%
Color previews
#856480 text on a black background
contrast 4.13:1
Card sample
#856480 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856480;
Background color
Panel with #856480 background
background-color: #856480;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856480;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856480; background: linear-gradient(135deg, #856480, #85646A);