#856482
a balanced, muted magenta / pink · warm · closest name: gray
RGB
133, 100, 130
HSL
306°, 14%, 46%
CMYK
0, 25, 2, 48
Luminance
0.1571
Every format
| HEX | #856482 |
| RGB | rgb(133, 100, 130) |
| HSL | hsl(306, 14%, 46%) |
| CMYK | cmyk(0%, 25%, 2%, 48%) |
| LAB | lab(46.6 18.7 -11.5) |
| LCH | lch(46.6 21.9 328.4) |
| OKLCH | oklch(0.547 0.061 329.4) |
Copy-ready code
/* CSS */
color: #856482;
background-color: #856482;
/* Tailwind (arbitrary) */
class="text-[#856482] bg-[#856482]"
/* SCSS */
$brand: #856482;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.510)
/* Android */
Color.parseColor("#856482")Accessibility — WCAG contrast
Aa
#856482 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856482 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow2.3%
Key (black)47.8%
Color previews
#856482 text on a black background
contrast 4.14:1
Card sample
#856482 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856482;
Background color
Panel with #856482 background
background-color: #856482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856482; background: linear-gradient(135deg, #856482, #85646C);