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