#af286c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 108
HSL
330°, 63%, 42%
CMYK
0, 77, 38, 31
Luminance
0.1171
Every format
| HEX | #af286c |
| RGB | rgb(175, 40, 108) |
| HSL | hsl(330, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 38%, 31%) |
| LAB | lab(40.8 58.3 -6.2) |
| LCH | lch(40.8 58.6 353.9) |
| OKLCH | oklch(0.513 0.180 355.0) |
Copy-ready code
/* CSS */
color: #af286c;
background-color: #af286c;
/* Tailwind (arbitrary) */
class="text-[#af286c] bg-[#af286c]"
/* SCSS */
$brand: #af286c;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.424)
/* Android */
Color.parseColor("#af286c")Accessibility — WCAG contrast
Aa
#af286c on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af286c on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow38.3%
Key (black)31.4%
Color previews
#af286c text on a black background
contrast 3.34:1
Card sample
#af286c text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af286c;
Background color
Panel with #af286c background
background-color: #af286c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af286c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af286c; background: linear-gradient(135deg, #af286c, #AF3E28);