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