#af124f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 18, 79
HSL
337°, 81%, 38%
CMYK
0, 90, 55, 31
Luminance
0.1011
Every format
| HEX | #af124f |
| RGB | rgb(175, 18, 79) |
| HSL | hsl(337, 81%, 38%) |
| CMYK | cmyk(0%, 90%, 55%, 31%) |
| LAB | lab(38.0 61.0 8.3) |
| LCH | lch(38.0 61.5 7.7) |
| OKLCH | oklch(0.490 0.188 6.5) |
Copy-ready code
/* CSS */
color: #af124f;
background-color: #af124f;
/* Tailwind (arbitrary) */
class="text-[#af124f] bg-[#af124f]"
/* SCSS */
$brand: #af124f;
/* SwiftUI */
Color(red: 0.686, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#af124f")Accessibility — WCAG contrast
Aa
#af124f on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af124f on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow54.9%
Key (black)31.4%
Color previews
#af124f text on a black background
contrast 3.02:1
Card sample
#af124f text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af124f;
Background color
Panel with #af124f background
background-color: #af124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af124f; background: linear-gradient(135deg, #af124f, #AF3E12);