#af3cb6
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 60, 182
HSL
297°, 50%, 48%
CMYK
4, 67, 0, 29
Luminance
0.1572
Every format
| HEX | #af3cb6 |
| RGB | rgb(175, 60, 182) |
| HSL | hsl(297, 50%, 48%) |
| CMYK | cmyk(4%, 67%, 0%, 29%) |
| LAB | lab(46.6 61.8 -41.9) |
| LCH | lch(46.6 74.7 325.8) |
| OKLCH | oklch(0.566 0.205 325.4) |
Copy-ready code
/* CSS */
color: #af3cb6;
background-color: #af3cb6;
/* Tailwind (arbitrary) */
class="text-[#af3cb6] bg-[#af3cb6]"
/* SCSS */
$brand: #af3cb6;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.714)
/* Android */
Color.parseColor("#af3cb6")Accessibility — WCAG contrast
Aa
#af3cb6 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3cb6 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta67.0%
Yellow0.0%
Key (black)28.6%
Color previews
#af3cb6 text on a black background
contrast 4.14:1
Card sample
#af3cb6 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3cb6;
Background color
Panel with #af3cb6 background
background-color: #af3cb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3cb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3cb6; background: linear-gradient(135deg, #af3cb6, #B63C6C);