#af3ae5
a balanced, electric violet · warm · closest name: magenta
RGB
175, 58, 229
HSL
281°, 77%, 56%
CMYK
24, 75, 0, 10
Luminance
0.1780
Every format
| HEX | #af3ae5 |
| RGB | rgb(175, 58, 229) |
| HSL | hsl(281, 77%, 56%) |
| CMYK | cmyk(24%, 75%, 0%, 10%) |
| LAB | lab(49.3 71.3 -64.8) |
| LCH | lch(49.3 96.3 317.8) |
| OKLCH | oklch(0.594 0.248 312.4) |
Copy-ready code
/* CSS */
color: #af3ae5;
background-color: #af3ae5;
/* Tailwind (arbitrary) */
class="text-[#af3ae5] bg-[#af3ae5]"
/* SCSS */
$brand: #af3ae5;
/* SwiftUI */
Color(red: 0.686, green: 0.227, blue: 0.898)
/* Android */
Color.parseColor("#af3ae5")Accessibility — WCAG contrast
Aa
#af3ae5 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ae5 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.7%
Blue89.8%
CMYK percentages
Cyan23.6%
Magenta74.7%
Yellow0.0%
Key (black)10.2%
Color previews
#af3ae5 text on a black background
contrast 4.56:1
Card sample
#af3ae5 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ae5;
Background color
Panel with #af3ae5 background
background-color: #af3ae5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ae5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 58, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 58, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ae5; background: linear-gradient(135deg, #af3ae5, #E53AA9);