#af22d3
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 34, 211
HSL
288°, 72%, 48%
CMYK
17, 84, 0, 17
Luminance
0.1496
Every format
| HEX | #af22d3 |
| RGB | rgb(175, 34, 211) |
| HSL | hsl(288, 72%, 48%) |
| CMYK | cmyk(17%, 84%, 0%, 17%) |
| LAB | lab(45.6 75.0 -60.4) |
| LCH | lch(45.6 96.3 321.2) |
| OKLCH | oklch(0.565 0.254 317.8) |
Copy-ready code
/* CSS */
color: #af22d3;
background-color: #af22d3;
/* Tailwind (arbitrary) */
class="text-[#af22d3] bg-[#af22d3]"
/* SCSS */
$brand: #af22d3;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.827)
/* Android */
Color.parseColor("#af22d3")Accessibility — WCAG contrast
Aa
#af22d3 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af22d3 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta83.9%
Yellow0.0%
Key (black)17.3%
Color previews
#af22d3 text on a black background
contrast 3.99:1
Card sample
#af22d3 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af22d3;
Background color
Panel with #af22d3 background
background-color: #af22d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af22d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af22d3; background: linear-gradient(135deg, #af22d3, #D32281);