#a570b9
a balanced, soft violet · warm · closest name: plum
RGB
165, 112, 185
HSL
284°, 34%, 58%
CMYK
11, 40, 0, 28
Luminance
0.2309
Every format
| HEX | #a570b9 |
| RGB | rgb(165, 112, 185) |
| HSL | hsl(284, 34%, 58%) |
| CMYK | cmyk(11%, 40%, 0%, 28%) |
| LAB | lab(55.2 33.9 -30.3) |
| LCH | lch(55.2 45.5 318.2) |
| OKLCH | oklch(0.627 0.121 316.4) |
Copy-ready code
/* CSS */
color: #a570b9;
background-color: #a570b9;
/* Tailwind (arbitrary) */
class="text-[#a570b9] bg-[#a570b9]"
/* SCSS */
$brand: #a570b9;
/* SwiftUI */
Color(red: 0.647, green: 0.439, blue: 0.725)
/* Android */
Color.parseColor("#a570b9")Accessibility — WCAG contrast
Aa
#a570b9 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a570b9 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green43.9%
Blue72.5%
CMYK percentages
Cyan10.8%
Magenta39.5%
Yellow0.0%
Key (black)27.5%
Color previews
#a570b9 text on a black background
contrast 5.62:1
Card sample
#a570b9 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a570b9;
Background color
Panel with #a570b9 background
background-color: #a570b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a570b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 112, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 112, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a570b9; background: linear-gradient(135deg, #a570b9, #B9709C);