#af0639
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 6, 57
HSL
342°, 93%, 36%
CMYK
0, 97, 67, 31
Luminance
0.0954
Every format
| HEX | #af0639 |
| RGB | rgb(175, 6, 57) |
| HSL | hsl(342, 93%, 36%) |
| CMYK | cmyk(0%, 97%, 67%, 31%) |
| LAB | lab(37.0 61.2 21.0) |
| LCH | lch(37.0 64.7 19.0) |
| OKLCH | oklch(0.481 0.190 15.3) |
Copy-ready code
/* CSS */
color: #af0639;
background-color: #af0639;
/* Tailwind (arbitrary) */
class="text-[#af0639] bg-[#af0639]"
/* SCSS */
$brand: #af0639;
/* SwiftUI */
Color(red: 0.686, green: 0.024, blue: 0.224)
/* Android */
Color.parseColor("#af0639")Accessibility — WCAG contrast
Aa
#af0639 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0639 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow67.4%
Key (black)31.4%
Color previews
#af0639 text on a black background
contrast 2.91:1
Card sample
#af0639 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0639;
Background color
Panel with #af0639 background
background-color: #af0639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 6, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 6, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0639; background: linear-gradient(135deg, #af0639, #AF4406);