#af32f4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 50, 244
HSL
279°, 90%, 58%
CMYK
28, 80, 0, 4
Luminance
0.1793
Every format
| HEX | #af32f4 |
| RGB | rgb(175, 50, 244) |
| HSL | hsl(279, 90%, 58%) |
| CMYK | cmyk(28%, 80%, 0%, 4%) |
| LAB | lab(49.4 77.0 -72.9) |
| LCH | lch(49.4 106.0 316.5) |
| OKLCH | oklch(0.599 0.268 309.5) |
Copy-ready code
/* CSS */
color: #af32f4;
background-color: #af32f4;
/* Tailwind (arbitrary) */
class="text-[#af32f4] bg-[#af32f4]"
/* SCSS */
$brand: #af32f4;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.957)
/* Android */
Color.parseColor("#af32f4")Accessibility — WCAG contrast
Aa
#af32f4 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af32f4 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta79.5%
Yellow0.0%
Key (black)4.3%
Color previews
#af32f4 text on a black background
contrast 4.59:1
Card sample
#af32f4 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af32f4;
Background color
Panel with #af32f4 background
background-color: #af32f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af32f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af32f4; background: linear-gradient(135deg, #af32f4, #F432B7);