#af0337
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 3, 55
HSL
342°, 97%, 35%
CMYK
0, 98, 69, 31
Luminance
0.0945
Every format
| HEX | #af0337 |
| RGB | rgb(175, 3, 55) |
| HSL | hsl(342, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 69%, 31%) |
| LAB | lab(36.9 61.5 22.1) |
| LCH | lch(36.9 65.3 19.8) |
| OKLCH | oklch(0.480 0.191 15.9) |
Copy-ready code
/* CSS */
color: #af0337;
background-color: #af0337;
/* Tailwind (arbitrary) */
class="text-[#af0337] bg-[#af0337]"
/* SCSS */
$brand: #af0337;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.216)
/* Android */
Color.parseColor("#af0337")Accessibility — WCAG contrast
Aa
#af0337 on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0337 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow68.6%
Key (black)31.4%
Color previews
#af0337 text on a black background
contrast 2.89:1
Card sample
#af0337 text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0337;
Background color
Panel with #af0337 background
background-color: #af0337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0337; background: linear-gradient(135deg, #af0337, #AF4203);