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