#af28ae
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 174
HSL
300°, 63%, 42%
CMYK
0, 77, 1, 31
Luminance
0.1369
Every format
| HEX | #af28ae |
| RGB | rgb(175, 40, 174) |
| HSL | hsl(300, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 1%, 31%) |
| LAB | lab(43.8 67.2 -41.7) |
| LCH | lch(43.8 79.1 328.2) |
| OKLCH | oklch(0.545 0.221 328.4) |
Copy-ready code
/* CSS */
color: #af28ae;
background-color: #af28ae;
/* Tailwind (arbitrary) */
class="text-[#af28ae] bg-[#af28ae]"
/* SCSS */
$brand: #af28ae;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.682)
/* Android */
Color.parseColor("#af28ae")Accessibility — WCAG contrast
Aa
#af28ae on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af28ae on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow0.6%
Key (black)31.4%
Color previews
#af28ae text on a black background
contrast 3.74:1
Card sample
#af28ae text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af28ae;
Background color
Panel with #af28ae background
background-color: #af28ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af28ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af28ae; background: linear-gradient(135deg, #af28ae, #AF2854);