#af028f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 2, 143
HSL
311°, 98%, 35%
CMYK
0, 99, 18, 31
Luminance
0.1114
Every format
| HEX | #af028f |
| RGB | rgb(175, 2, 143) |
| HSL | hsl(311, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 18%, 31%) |
| LAB | lab(39.8 69.4 -29.3) |
| LCH | lch(39.8 75.4 337.1) |
| OKLCH | oklch(0.511 0.222 339.0) |
Copy-ready code
/* CSS */
color: #af028f;
background-color: #af028f;
/* Tailwind (arbitrary) */
class="text-[#af028f] bg-[#af028f]"
/* SCSS */
$brand: #af028f;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.561)
/* Android */
Color.parseColor("#af028f")Accessibility — WCAG contrast
Aa
#af028f on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af028f on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow18.3%
Key (black)31.4%
Color previews
#af028f text on a black background
contrast 3.23:1
Card sample
#af028f text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af028f;
Background color
Panel with #af028f background
background-color: #af028f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af028f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af028f; background: linear-gradient(135deg, #af028f, #AF021C);