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