#ae032f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
174, 3, 47
HSL
345°, 97%, 35%
CMYK
0, 98, 73, 32
Luminance
0.0927
Every format
| HEX | #ae032f |
| RGB | rgb(174, 3, 47) |
| HSL | hsl(345, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 73%, 32%) |
| LAB | lab(36.5 60.8 26.8) |
| LCH | lch(36.5 66.5 23.7) |
| OKLCH | oklch(0.476 0.190 18.8) |
Copy-ready code
/* CSS */
color: #ae032f;
background-color: #ae032f;
/* Tailwind (arbitrary) */
class="text-[#ae032f] bg-[#ae032f]"
/* SCSS */
$brand: #ae032f;
/* SwiftUI */
Color(red: 0.682, green: 0.012, blue: 0.184)
/* Android */
Color.parseColor("#ae032f")Accessibility — WCAG contrast
Aa
#ae032f on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae032f on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green1.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow73.0%
Key (black)31.8%
Color previews
#ae032f text on a black background
contrast 2.85:1
Card sample
#ae032f text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae032f;
Background color
Panel with #ae032f background
background-color: #ae032f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae032f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 3, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 3, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae032f; background: linear-gradient(135deg, #ae032f, #AE4903);