#af22cd
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 34, 205
HSL
290°, 72%, 47%
CMYK
15, 83, 0, 20
Luminance
0.1467
Every format
| HEX | #af22cd |
| RGB | rgb(175, 34, 205) |
| HSL | hsl(290, 72%, 47%) |
| CMYK | cmyk(15%, 83%, 0%, 20%) |
| LAB | lab(45.2 74.0 -57.6) |
| LCH | lch(45.2 93.8 322.1) |
| OKLCH | oklch(0.561 0.249 319.4) |
Copy-ready code
/* CSS */
color: #af22cd;
background-color: #af22cd;
/* Tailwind (arbitrary) */
class="text-[#af22cd] bg-[#af22cd]"
/* SCSS */
$brand: #af22cd;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.804)
/* Android */
Color.parseColor("#af22cd")Accessibility — WCAG contrast
Aa
#af22cd on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af22cd on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta83.4%
Yellow0.0%
Key (black)19.6%
Color previews
#af22cd text on a black background
contrast 3.93:1
Card sample
#af22cd text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af22cd;
Background color
Panel with #af22cd background
background-color: #af22cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af22cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af22cd; background: linear-gradient(135deg, #af22cd, #CD2279);