#af21fd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 33, 253
HSL
279°, 98%, 56%
CMYK
31, 87, 0, 1
Luminance
0.1729
Every format
| HEX | #af21fd |
| RGB | rgb(175, 33, 253) |
| HSL | hsl(279, 98%, 56%) |
| CMYK | cmyk(31%, 87%, 0%, 1%) |
| LAB | lab(48.6 83.0 -79.3) |
| LCH | lch(48.6 114.8 316.3) |
| OKLCH | oklch(0.596 0.287 308.3) |
Copy-ready code
/* CSS */
color: #af21fd;
background-color: #af21fd;
/* Tailwind (arbitrary) */
class="text-[#af21fd] bg-[#af21fd]"
/* SCSS */
$brand: #af21fd;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.992)
/* Android */
Color.parseColor("#af21fd")Accessibility — WCAG contrast
Aa
#af21fd on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af21fd on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta87.0%
Yellow0.0%
Key (black)0.8%
Color previews
#af21fd text on a black background
contrast 4.46:1
Card sample
#af21fd text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af21fd;
Background color
Panel with #af21fd background
background-color: #af21fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af21fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af21fd; background: linear-gradient(135deg, #af21fd, #FD21B8);