#af3296
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 50, 150
HSL
312°, 56%, 44%
CMYK
0, 71, 14, 31
Luminance
0.1360
Every format
| HEX | #af3296 |
| RGB | rgb(175, 50, 150) |
| HSL | hsl(312, 56%, 44%) |
| CMYK | cmyk(0%, 71%, 14%, 31%) |
| LAB | lab(43.6 60.3 -27.6) |
| LCH | lch(43.6 66.3 335.4) |
| OKLCH | oklch(0.540 0.193 337.1) |
Copy-ready code
/* CSS */
color: #af3296;
background-color: #af3296;
/* Tailwind (arbitrary) */
class="text-[#af3296] bg-[#af3296]"
/* SCSS */
$brand: #af3296;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.588)
/* Android */
Color.parseColor("#af3296")Accessibility — WCAG contrast
Aa
#af3296 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3296 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow14.3%
Key (black)31.4%
Color previews
#af3296 text on a black background
contrast 3.72:1
Card sample
#af3296 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3296;
Background color
Panel with #af3296 background
background-color: #af3296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3296; background: linear-gradient(135deg, #af3296, #AF3243);