#af24f4
a balanced, electric violet · warm · closest name: magenta
RGB
175, 36, 244
HSL
280°, 90%, 55%
CMYK
28, 85, 0, 4
Luminance
0.1691
Every format
| HEX | #af24f4 |
| RGB | rgb(175, 36, 244) |
| HSL | hsl(280, 90%, 55%) |
| CMYK | cmyk(28%, 85%, 0%, 4%) |
| LAB | lab(48.1 80.7 -75.0) |
| LCH | lch(48.1 110.1 317.1) |
| OKLCH | oklch(0.590 0.278 310.0) |
Copy-ready code
/* CSS */
color: #af24f4;
background-color: #af24f4;
/* Tailwind (arbitrary) */
class="text-[#af24f4] bg-[#af24f4]"
/* SCSS */
$brand: #af24f4;
/* SwiftUI */
Color(red: 0.686, green: 0.141, blue: 0.957)
/* Android */
Color.parseColor("#af24f4")Accessibility — WCAG contrast
Aa
#af24f4 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af24f4 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.1%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta85.2%
Yellow0.0%
Key (black)4.3%
Color previews
#af24f4 text on a black background
contrast 4.38:1
Card sample
#af24f4 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af24f4;
Background color
Panel with #af24f4 background
background-color: #af24f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af24f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 36, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 36, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af24f4; background: linear-gradient(135deg, #af24f4, #F424AE);