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