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