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