#572ade
a balanced, vivid violet · warm · closest name: blue
RGB
87, 42, 222
HSL
255°, 73%, 52%
CMYK
61, 81, 0, 13
Luminance
0.0896
Every format
| HEX | #572ade |
| RGB | rgb(87, 42, 222) |
| HSL | hsl(255, 73%, 52%) |
| CMYK | cmyk(61%, 81%, 0%, 13%) |
| LAB | lab(35.9 63.1 -83.0) |
| LCH | lch(35.9 104.3 307.2) |
| OKLCH | oklch(0.476 0.246 283.3) |
Copy-ready code
/* CSS */
color: #572ade;
background-color: #572ade;
/* Tailwind (arbitrary) */
class="text-[#572ade] bg-[#572ade]"
/* SCSS */
$brand: #572ade;
/* SwiftUI */
Color(red: 0.341, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#572ade")Accessibility — WCAG contrast
Aa
#572ade on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#572ade on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green16.5%
Blue87.1%
CMYK percentages
Cyan60.8%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#572ade text on a black background
contrast 2.79:1
Card sample
#572ade text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #572ade;
Background color
Panel with #572ade background
background-color: #572ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #572ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #572ade; background: linear-gradient(135deg, #572ade, #CF2ADE);