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