#856489
a balanced, soft magenta / pink · warm · closest name: gray
RGB
133, 100, 137
HSL
294°, 16%, 47%
CMYK
3, 27, 0, 46
Luminance
0.1591
Every format
| HEX | #856489 |
| RGB | rgb(133, 100, 137) |
| HSL | hsl(294, 16%, 47%) |
| CMYK | cmyk(3%, 27%, 0%, 46%) |
| LAB | lab(46.9 20.1 -15.3) |
| LCH | lch(46.9 25.3 322.7) |
| OKLCH | oklch(0.550 0.069 322.8) |
Copy-ready code
/* CSS */
color: #856489;
background-color: #856489;
/* Tailwind (arbitrary) */
class="text-[#856489] bg-[#856489]"
/* SCSS */
$brand: #856489;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.537)
/* Android */
Color.parseColor("#856489")Accessibility — WCAG contrast
Aa
#856489 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856489 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue53.7%
CMYK percentages
Cyan2.9%
Magenta27.0%
Yellow0.0%
Key (black)46.3%
Color previews
#856489 text on a black background
contrast 4.18:1
Card sample
#856489 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856489;
Background color
Panel with #856489 background
background-color: #856489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856489; background: linear-gradient(135deg, #856489, #896474);