#af0a39
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 10, 57
HSL
343°, 89%, 36%
CMYK
0, 94, 67, 31
Luminance
0.0963
Every format
| HEX | #af0a39 |
| RGB | rgb(175, 10, 57) |
| HSL | hsl(343, 89%, 36%) |
| CMYK | cmyk(0%, 94%, 67%, 31%) |
| LAB | lab(37.2 60.7 21.3) |
| LCH | lch(37.2 64.3 19.3) |
| OKLCH | oklch(0.482 0.188 15.5) |
Copy-ready code
/* CSS */
color: #af0a39;
background-color: #af0a39;
/* Tailwind (arbitrary) */
class="text-[#af0a39] bg-[#af0a39]"
/* SCSS */
$brand: #af0a39;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.224)
/* Android */
Color.parseColor("#af0a39")Accessibility — WCAG contrast
Aa
#af0a39 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0a39 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow67.4%
Key (black)31.4%
Color previews
#af0a39 text on a black background
contrast 2.93:1
Card sample
#af0a39 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0a39;
Background color
Panel with #af0a39 background
background-color: #af0a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0a39; background: linear-gradient(135deg, #af0a39, #AF490A);