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