#af24da
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 36, 218
HSL
286°, 72%, 50%
CMYK
20, 84, 0, 15
Luminance
0.1544
Every format
| HEX | #af24da |
| RGB | rgb(175, 36, 218) |
| HSL | hsl(286, 72%, 50%) |
| CMYK | cmyk(20%, 84%, 0%, 15%) |
| LAB | lab(46.2 75.8 -63.4) |
| LCH | lch(46.2 98.8 320.1) |
| OKLCH | oklch(0.571 0.258 316.0) |
Copy-ready code
/* CSS */
color: #af24da;
background-color: #af24da;
/* Tailwind (arbitrary) */
class="text-[#af24da] bg-[#af24da]"
/* SCSS */
$brand: #af24da;
/* SwiftUI */
Color(red: 0.686, green: 0.141, blue: 0.855)
/* Android */
Color.parseColor("#af24da")Accessibility — WCAG contrast
Aa
#af24da on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af24da on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.1%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta83.5%
Yellow0.0%
Key (black)14.5%
Color previews
#af24da text on a black background
contrast 4.09:1
Card sample
#af24da text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af24da;
Background color
Panel with #af24da background
background-color: #af24da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af24da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 36, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 36, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af24da; background: linear-gradient(135deg, #af24da, #DA248C);