#af034a
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 3, 74
HSL
335°, 97%, 35%
CMYK
0, 98, 58, 31
Luminance
0.0967
Every format
| HEX | #af034a |
| RGB | rgb(175, 3, 74) |
| HSL | hsl(335, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 58%, 31%) |
| LAB | lab(37.3 62.5 10.4) |
| LCH | lch(37.3 63.4 9.4) |
| OKLCH | oklch(0.484 0.193 7.8) |
Copy-ready code
/* CSS */
color: #af034a;
background-color: #af034a;
/* Tailwind (arbitrary) */
class="text-[#af034a] bg-[#af034a]"
/* SCSS */
$brand: #af034a;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.290)
/* Android */
Color.parseColor("#af034a")Accessibility — WCAG contrast
Aa
#af034a on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af034a on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow57.7%
Key (black)31.4%
Color previews
#af034a text on a black background
contrast 2.93:1
Card sample
#af034a text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af034a;
Background color
Panel with #af034a background
background-color: #af034a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af034a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af034a; background: linear-gradient(135deg, #af034a, #AF2F03);