#af32eb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 50, 235
HSL
281°, 82%, 56%
CMYK
26, 79, 0, 8
Luminance
0.1739
Every format
| HEX | #af32eb |
| RGB | rgb(175, 50, 235) |
| HSL | hsl(281, 82%, 56%) |
| CMYK | cmyk(26%, 79%, 0%, 8%) |
| LAB | lab(48.8 75.2 -69.0) |
| LCH | lch(48.8 102.0 317.5) |
| OKLCH | oklch(0.592 0.261 311.4) |
Copy-ready code
/* CSS */
color: #af32eb;
background-color: #af32eb;
/* Tailwind (arbitrary) */
class="text-[#af32eb] bg-[#af32eb]"
/* SCSS */
$brand: #af32eb;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.922)
/* Android */
Color.parseColor("#af32eb")Accessibility — WCAG contrast
Aa
#af32eb on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af32eb on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta78.7%
Yellow0.0%
Key (black)7.8%
Color previews
#af32eb text on a black background
contrast 4.48:1
Card sample
#af32eb text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af32eb;
Background color
Panel with #af32eb background
background-color: #af32eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af32eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af32eb; background: linear-gradient(135deg, #af32eb, #EB32AC);