#af52ec
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 82, 236
HSL
276°, 80%, 62%
CMYK
26, 65, 0, 8
Luminance
0.2120
Every format
| HEX | #af52ec |
| RGB | rgb(175, 82, 236) |
| HSL | hsl(276, 80%, 62%) |
| CMYK | cmyk(26%, 65%, 0%, 8%) |
| LAB | lab(53.2 63.0 -62.4) |
| LCH | lch(53.2 88.7 315.3) |
| OKLCH | oklch(0.624 0.227 309.0) |
Copy-ready code
/* CSS */
color: #af52ec;
background-color: #af52ec;
/* Tailwind (arbitrary) */
class="text-[#af52ec] bg-[#af52ec]"
/* SCSS */
$brand: #af52ec;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.925)
/* Android */
Color.parseColor("#af52ec")Accessibility — WCAG contrast
Aa
#af52ec on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52ec on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta65.3%
Yellow0.0%
Key (black)7.5%
Color previews
#af52ec text on a black background
contrast 5.24:1
Card sample
#af52ec text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52ec;
Background color
Panel with #af52ec background
background-color: #af52ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52ec; background: linear-gradient(135deg, #af52ec, #EC52C2);