#af003f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 0, 63
HSL
338°, 100%, 34%
CMYK
0, 100, 64, 31
Luminance
0.0947
Every format
| HEX | #af003f |
| RGB | rgb(175, 0, 63) |
| HSL | hsl(338, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 64%, 31%) |
| LAB | lab(36.9 62.2 17.0) |
| LCH | lch(36.9 64.5 15.3) |
| OKLCH | oklch(0.481 0.192 12.4) |
Copy-ready code
/* CSS */
color: #af003f;
background-color: #af003f;
/* Tailwind (arbitrary) */
class="text-[#af003f] bg-[#af003f]"
/* SCSS */
$brand: #af003f;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.247)
/* Android */
Color.parseColor("#af003f")Accessibility — WCAG contrast
Aa
#af003f on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af003f on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow64.0%
Key (black)31.4%
Color previews
#af003f text on a black background
contrast 2.89:1
Card sample
#af003f text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af003f;
Background color
Panel with #af003f background
background-color: #af003f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af003f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af003f; background: linear-gradient(135deg, #af003f, #AF3600);