#af288c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 140
HSL
316°, 63%, 42%
CMYK
0, 77, 20, 31
Luminance
0.1252
Every format
| HEX | #af288c |
| RGB | rgb(175, 40, 140) |
| HSL | hsl(316, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 20%, 31%) |
| LAB | lab(42.0 62.2 -24.0) |
| LCH | lch(42.0 66.7 338.9) |
| OKLCH | oklch(0.526 0.197 340.8) |
Copy-ready code
/* CSS */
color: #af288c;
background-color: #af288c;
/* Tailwind (arbitrary) */
class="text-[#af288c] bg-[#af288c]"
/* SCSS */
$brand: #af288c;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.549)
/* Android */
Color.parseColor("#af288c")Accessibility — WCAG contrast
Aa
#af288c on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af288c on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow20.0%
Key (black)31.4%
Color previews
#af288c text on a black background
contrast 3.50:1
Card sample
#af288c text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af288c;
Background color
Panel with #af288c background
background-color: #af288c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af288c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af288c; background: linear-gradient(135deg, #af288c, #AF2832);