#ae034b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
174, 3, 75
HSL
335°, 97%, 35%
CMYK
0, 98, 57, 32
Luminance
0.0957
Every format
| HEX | #ae034b |
| RGB | rgb(174, 3, 75) |
| HSL | hsl(335, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 57%, 32%) |
| LAB | lab(37.1 62.4 9.5) |
| LCH | lch(37.1 63.1 8.6) |
| OKLCH | oklch(0.482 0.192 7.2) |
Copy-ready code
/* CSS */
color: #ae034b;
background-color: #ae034b;
/* Tailwind (arbitrary) */
class="text-[#ae034b] bg-[#ae034b]"
/* SCSS */
$brand: #ae034b;
/* SwiftUI */
Color(red: 0.682, green: 0.012, blue: 0.294)
/* Android */
Color.parseColor("#ae034b")Accessibility — WCAG contrast
Aa
#ae034b on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae034b on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green1.2%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow56.9%
Key (black)31.8%
Color previews
#ae034b text on a black background
contrast 2.91:1
Card sample
#ae034b text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae034b;
Background color
Panel with #ae034b background
background-color: #ae034b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae034b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 3, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 3, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae034b; background: linear-gradient(135deg, #ae034b, #AE2D03);