#af3ae0
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 58, 224
HSL
282°, 73%, 55%
CMYK
22, 74, 0, 12
Luminance
0.1752
Every format
| HEX | #af3ae0 |
| RGB | rgb(175, 58, 224) |
| HSL | hsl(282, 73%, 55%) |
| CMYK | cmyk(22%, 74%, 0%, 12%) |
| LAB | lab(48.9 70.4 -62.5) |
| LCH | lch(48.9 94.1 318.4) |
| OKLCH | oklch(0.591 0.244 313.6) |
Copy-ready code
/* CSS */
color: #af3ae0;
background-color: #af3ae0;
/* Tailwind (arbitrary) */
class="text-[#af3ae0] bg-[#af3ae0]"
/* SCSS */
$brand: #af3ae0;
/* SwiftUI */
Color(red: 0.686, green: 0.227, blue: 0.878)
/* Android */
Color.parseColor("#af3ae0")Accessibility — WCAG contrast
Aa
#af3ae0 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ae0 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.7%
Blue87.8%
CMYK percentages
Cyan21.9%
Magenta74.1%
Yellow0.0%
Key (black)12.2%
Color previews
#af3ae0 text on a black background
contrast 4.50:1
Card sample
#af3ae0 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ae0;
Background color
Panel with #af3ae0 background
background-color: #af3ae0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ae0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 58, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 58, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ae0; background: linear-gradient(135deg, #af3ae0, #E03AA2);