#af035c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 3, 92
HSL
329°, 97%, 35%
CMYK
0, 98, 47, 31
Luminance
0.0995
Every format
| HEX | #af035c |
| RGB | rgb(175, 3, 92) |
| HSL | hsl(329, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 47%, 31%) |
| LAB | lab(37.8 63.9 -0.5) |
| LCH | lch(37.8 63.9 359.6) |
| OKLCH | oklch(0.489 0.197 359.8) |
Copy-ready code
/* CSS */
color: #af035c;
background-color: #af035c;
/* Tailwind (arbitrary) */
class="text-[#af035c] bg-[#af035c]"
/* SCSS */
$brand: #af035c;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.361)
/* Android */
Color.parseColor("#af035c")Accessibility — WCAG contrast
Aa
#af035c on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af035c on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow47.4%
Key (black)31.4%
Color previews
#af035c text on a black background
contrast 2.99:1
Card sample
#af035c text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af035c;
Background color
Panel with #af035c background
background-color: #af035c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af035c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af035c; background: linear-gradient(135deg, #af035c, #AF1D03);