#af3ae6
a balanced, electric violet · warm · closest name: magenta
RGB
175, 58, 230
HSL
281°, 78%, 57%
CMYK
24, 75, 0, 10
Luminance
0.1785
Every format
| HEX | #af3ae6 |
| RGB | rgb(175, 58, 230) |
| HSL | hsl(281, 78%, 57%) |
| CMYK | cmyk(24%, 75%, 0%, 10%) |
| LAB | lab(49.3 71.5 -65.2) |
| LCH | lch(49.3 96.8 317.7) |
| OKLCH | oklch(0.595 0.249 312.2) |
Copy-ready code
/* CSS */
color: #af3ae6;
background-color: #af3ae6;
/* Tailwind (arbitrary) */
class="text-[#af3ae6] bg-[#af3ae6]"
/* SCSS */
$brand: #af3ae6;
/* SwiftUI */
Color(red: 0.686, green: 0.227, blue: 0.902)
/* Android */
Color.parseColor("#af3ae6")Accessibility — WCAG contrast
Aa
#af3ae6 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ae6 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.7%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta74.8%
Yellow0.0%
Key (black)9.8%
Color previews
#af3ae6 text on a black background
contrast 4.57:1
Card sample
#af3ae6 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ae6;
Background color
Panel with #af3ae6 background
background-color: #af3ae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 58, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 58, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ae6; background: linear-gradient(135deg, #af3ae6, #E63AAA);