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