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