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