#af2ae3
a balanced, electric violet · warm · closest name: magenta
RGB
175, 42, 227
HSL
283°, 77%, 53%
CMYK
23, 82, 0, 11
Luminance
0.1632
Every format
| HEX | #af2ae3 |
| RGB | rgb(175, 42, 227) |
| HSL | hsl(283, 77%, 53%) |
| CMYK | cmyk(23%, 82%, 0%, 11%) |
| LAB | lab(47.4 76.0 -66.6) |
| LCH | lch(47.4 101.0 318.7) |
| OKLCH | oklch(0.581 0.261 313.6) |
Copy-ready code
/* CSS */
color: #af2ae3;
background-color: #af2ae3;
/* Tailwind (arbitrary) */
class="text-[#af2ae3] bg-[#af2ae3]"
/* SCSS */
$brand: #af2ae3;
/* SwiftUI */
Color(red: 0.686, green: 0.165, blue: 0.890)
/* Android */
Color.parseColor("#af2ae3")Accessibility — WCAG contrast
Aa
#af2ae3 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ae3 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.5%
Blue89.0%
CMYK percentages
Cyan22.9%
Magenta81.5%
Yellow0.0%
Key (black)11.0%
Color previews
#af2ae3 text on a black background
contrast 4.26:1
Card sample
#af2ae3 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ae3;
Background color
Panel with #af2ae3 background
background-color: #af2ae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 42, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 42, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ae3; background: linear-gradient(135deg, #af2ae3, #E32A9C);