#af33cd
a balanced, vivid violet · warm · closest name: purple
RGB
175, 51, 205
HSL
288°, 61%, 50%
CMYK
15, 75, 0, 20
Luminance
0.1589
Every format
| HEX | #af33cd |
| RGB | rgb(175, 51, 205) |
| HSL | hsl(288, 61%, 50%) |
| CMYK | cmyk(15%, 75%, 0%, 20%) |
| LAB | lab(46.8 69.2 -54.9) |
| LCH | lch(46.8 88.3 321.5) |
| OKLCH | oklch(0.572 0.235 318.9) |
Copy-ready code
/* CSS */
color: #af33cd;
background-color: #af33cd;
/* Tailwind (arbitrary) */
class="text-[#af33cd] bg-[#af33cd]"
/* SCSS */
$brand: #af33cd;
/* SwiftUI */
Color(red: 0.686, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#af33cd")Accessibility — WCAG contrast
Aa
#af33cd on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af33cd on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.0%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#af33cd text on a black background
contrast 4.18:1
Card sample
#af33cd text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af33cd;
Background color
Panel with #af33cd background
background-color: #af33cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af33cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af33cd; background: linear-gradient(135deg, #af33cd, #CD3384);