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