#af3ae1
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 58, 225
HSL
282°, 74%, 56%
CMYK
22, 74, 0, 12
Luminance
0.1758
Every format
| HEX | #af3ae1 |
| RGB | rgb(175, 58, 225) |
| HSL | hsl(282, 74%, 56%) |
| CMYK | cmyk(22%, 74%, 0%, 12%) |
| LAB | lab(49.0 70.6 -62.9) |
| LCH | lch(49.0 94.5 318.3) |
| OKLCH | oklch(0.592 0.244 313.4) |
Copy-ready code
/* CSS */
color: #af3ae1;
background-color: #af3ae1;
/* Tailwind (arbitrary) */
class="text-[#af3ae1] bg-[#af3ae1]"
/* SCSS */
$brand: #af3ae1;
/* SwiftUI */
Color(red: 0.686, green: 0.227, blue: 0.882)
/* Android */
Color.parseColor("#af3ae1")Accessibility — WCAG contrast
Aa
#af3ae1 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ae1 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.7%
Blue88.2%
CMYK percentages
Cyan22.2%
Magenta74.2%
Yellow0.0%
Key (black)11.8%
Color previews
#af3ae1 text on a black background
contrast 4.52:1
Card sample
#af3ae1 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ae1;
Background color
Panel with #af3ae1 background
background-color: #af3ae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 58, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 58, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ae1; background: linear-gradient(135deg, #af3ae1, #E13AA4);