#af3fad
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 63, 173
HSL
301°, 47%, 47%
CMYK
0, 64, 1, 31
Luminance
0.1569
Every format
| HEX | #af3fad |
| RGB | rgb(175, 63, 173) |
| HSL | hsl(301, 47%, 47%) |
| CMYK | cmyk(0%, 64%, 1%, 31%) |
| LAB | lab(46.6 59.0 -36.7) |
| LCH | lch(46.6 69.5 328.1) |
| OKLCH | oklch(0.565 0.194 328.5) |
Copy-ready code
/* CSS */
color: #af3fad;
background-color: #af3fad;
/* Tailwind (arbitrary) */
class="text-[#af3fad] bg-[#af3fad]"
/* SCSS */
$brand: #af3fad;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.678)
/* Android */
Color.parseColor("#af3fad")Accessibility — WCAG contrast
Aa
#af3fad on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3fad on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow1.1%
Key (black)31.4%
Color previews
#af3fad text on a black background
contrast 4.14:1
Card sample
#af3fad text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3fad;
Background color
Panel with #af3fad background
background-color: #af3fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3fad; background: linear-gradient(135deg, #af3fad, #AF3F62);