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