#af35c3
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 53, 195
HSL
292°, 57%, 49%
CMYK
10, 73, 0, 24
Luminance
0.1560
Every format
| HEX | #af35c3 |
| RGB | rgb(175, 53, 195) |
| HSL | hsl(292, 57%, 49%) |
| CMYK | cmyk(10%, 73%, 0%, 24%) |
| LAB | lab(46.5 66.7 -49.8) |
| LCH | lch(46.5 83.2 323.3) |
| OKLCH | oklch(0.568 0.224 321.6) |
Copy-ready code
/* CSS */
color: #af35c3;
background-color: #af35c3;
/* Tailwind (arbitrary) */
class="text-[#af35c3] bg-[#af35c3]"
/* SCSS */
$brand: #af35c3;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.765)
/* Android */
Color.parseColor("#af35c3")Accessibility — WCAG contrast
Aa
#af35c3 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af35c3 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta72.8%
Yellow0.0%
Key (black)23.5%
Color previews
#af35c3 text on a black background
contrast 4.12:1
Card sample
#af35c3 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af35c3;
Background color
Panel with #af35c3 background
background-color: #af35c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af35c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af35c3; background: linear-gradient(135deg, #af35c3, #C33578);