#af093d
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 9, 61
HSL
341°, 90%, 36%
CMYK
0, 95, 65, 31
Luminance
0.0965
Every format
| HEX | #af093d |
| RGB | rgb(175, 9, 61) |
| HSL | hsl(341, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 65%, 31%) |
| LAB | lab(37.2 61.1 18.7) |
| LCH | lch(37.2 63.9 17.1) |
| OKLCH | oklch(0.483 0.189 13.8) |
Copy-ready code
/* CSS */
color: #af093d;
background-color: #af093d;
/* Tailwind (arbitrary) */
class="text-[#af093d] bg-[#af093d]"
/* SCSS */
$brand: #af093d;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.239)
/* Android */
Color.parseColor("#af093d")Accessibility — WCAG contrast
Aa
#af093d on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af093d on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow65.1%
Key (black)31.4%
Color previews
#af093d text on a black background
contrast 2.93:1
Card sample
#af093d text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af093d;
Background color
Panel with #af093d background
background-color: #af093d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af093d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af093d; background: linear-gradient(135deg, #af093d, #AF4409);