#856490
a balanced, soft violet · warm · closest name: plum
RGB
133, 100, 144
HSL
285°, 18%, 48%
CMYK
8, 31, 0, 44
Luminance
0.1611
Every format
| HEX | #856490 |
| RGB | rgb(133, 100, 144) |
| HSL | hsl(285, 18%, 48%) |
| CMYK | cmyk(8%, 31%, 0%, 44%) |
| LAB | lab(47.1 21.6 -19.1) |
| LCH | lch(47.1 28.8 318.6) |
| OKLCH | oklch(0.553 0.077 317.5) |
Copy-ready code
/* CSS */
color: #856490;
background-color: #856490;
/* Tailwind (arbitrary) */
class="text-[#856490] bg-[#856490]"
/* SCSS */
$brand: #856490;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.565)
/* Android */
Color.parseColor("#856490")Accessibility — WCAG contrast
Aa
#856490 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856490 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue56.5%
CMYK percentages
Cyan7.6%
Magenta30.6%
Yellow0.0%
Key (black)43.5%
Color previews
#856490 text on a black background
contrast 4.22:1
Card sample
#856490 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856490;
Background color
Panel with #856490 background
background-color: #856490;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856490;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856490; background: linear-gradient(135deg, #856490, #90647E);