#af33ab
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 51, 171
HSL
302°, 55%, 44%
CMYK
0, 71, 2, 31
Luminance
0.1442
Every format
| HEX | #af33ab |
| RGB | rgb(175, 51, 171) |
| HSL | hsl(302, 55%, 44%) |
| CMYK | cmyk(0%, 71%, 2%, 31%) |
| LAB | lab(44.8 63.2 -38.3) |
| LCH | lch(44.8 73.9 328.8) |
| OKLCH | oklch(0.552 0.207 329.3) |
Copy-ready code
/* CSS */
color: #af33ab;
background-color: #af33ab;
/* Tailwind (arbitrary) */
class="text-[#af33ab] bg-[#af33ab]"
/* SCSS */
$brand: #af33ab;
/* SwiftUI */
Color(red: 0.686, green: 0.200, blue: 0.671)
/* Android */
Color.parseColor("#af33ab")Accessibility — WCAG contrast
Aa
#af33ab on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af33ab on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow2.3%
Key (black)31.4%
Color previews
#af33ab text on a black background
contrast 3.88:1
Card sample
#af33ab text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af33ab;
Background color
Panel with #af33ab background
background-color: #af33ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af33ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 51, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 51, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af33ab; background: linear-gradient(135deg, #af33ab, #AF3358);