#af0280
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 2, 128
HSL
316°, 98%, 35%
CMYK
0, 99, 27, 31
Luminance
0.1072
Every format
| HEX | #af0280 |
| RGB | rgb(175, 2, 128) |
| HSL | hsl(316, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 27%, 31%) |
| LAB | lab(39.1 67.6 -21.2) |
| LCH | lch(39.1 70.8 342.6) |
| OKLCH | oklch(0.504 0.213 344.6) |
Copy-ready code
/* CSS */
color: #af0280;
background-color: #af0280;
/* Tailwind (arbitrary) */
class="text-[#af0280] bg-[#af0280]"
/* SCSS */
$brand: #af0280;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.502)
/* Android */
Color.parseColor("#af0280")Accessibility — WCAG contrast
Aa
#af0280 on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0280 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow26.9%
Key (black)31.4%
Color previews
#af0280 text on a black background
contrast 3.14:1
Card sample
#af0280 text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0280;
Background color
Panel with #af0280 background
background-color: #af0280;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0280;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0280; background: linear-gradient(135deg, #af0280, #AF020D);