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