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