#a752df
a balanced, vivid violet · warm · closest name: slateblue
RGB
167, 82, 223
HSL
276°, 69%, 60%
CMYK
25, 63, 0, 13
Luminance
0.1958
Every format
| HEX | #a752df |
| RGB | rgb(167, 82, 223) |
| HSL | hsl(276, 69%, 60%) |
| CMYK | cmyk(25%, 63%, 0%, 13%) |
| LAB | lab(51.4 58.5 -58.0) |
| LCH | lch(51.4 82.4 315.2) |
| OKLCH | oklch(0.606 0.211 309.2) |
Copy-ready code
/* CSS */
color: #a752df;
background-color: #a752df;
/* Tailwind (arbitrary) */
class="text-[#a752df] bg-[#a752df]"
/* SCSS */
$brand: #a752df;
/* SwiftUI */
Color(red: 0.655, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#a752df")Accessibility — WCAG contrast
Aa
#a752df on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a752df on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green32.2%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a752df text on a black background
contrast 4.92:1
Card sample
#a752df text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a752df;
Background color
Panel with #a752df background
background-color: #a752df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a752df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a752df; background: linear-gradient(135deg, #a752df, #DF52B9);