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