#af005a
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 0, 90
HSL
329°, 100%, 34%
CMYK
0, 100, 49, 31
Luminance
0.0985
Every format
| HEX | #af005a |
| RGB | rgb(175, 0, 90) |
| HSL | hsl(329, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 49%, 31%) |
| LAB | lab(37.6 64.1 0.5) |
| LCH | lch(37.6 64.1 0.5) |
| OKLCH | oklch(0.488 0.198 0.6) |
Copy-ready code
/* CSS */
color: #af005a;
background-color: #af005a;
/* Tailwind (arbitrary) */
class="text-[#af005a] bg-[#af005a]"
/* SCSS */
$brand: #af005a;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.353)
/* Android */
Color.parseColor("#af005a")Accessibility — WCAG contrast
Aa
#af005a on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af005a on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow48.6%
Key (black)31.4%
Color previews
#af005a text on a black background
contrast 2.97:1
Card sample
#af005a text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af005a;
Background color
Panel with #af005a background
background-color: #af005a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af005a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af005a; background: linear-gradient(135deg, #af005a, #AF1B00);