#ae3f39
a balanced, vivid red · warm · closest name: firebrick
RGB
174, 63, 57
HSL
3°, 51%, 45%
CMYK
0, 64, 67, 32
Luminance
0.1285
Every format
| HEX | #ae3f39 |
| RGB | rgb(174, 63, 57) |
| HSL | hsl(3, 51%, 45%) |
| CMYK | cmyk(0%, 64%, 67%, 32%) |
| LAB | lab(42.5 44.9 27.9) |
| LCH | lch(42.5 52.9 31.8) |
| OKLCH | oklch(0.522 0.146 26.5) |
Copy-ready code
/* CSS */
color: #ae3f39;
background-color: #ae3f39;
/* Tailwind (arbitrary) */
class="text-[#ae3f39] bg-[#ae3f39]"
/* SCSS */
$brand: #ae3f39;
/* SwiftUI */
Color(red: 0.682, green: 0.247, blue: 0.224)
/* Android */
Color.parseColor("#ae3f39")Accessibility — WCAG contrast
Aa
#ae3f39 on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3f39 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green24.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow67.2%
Key (black)31.8%
Color previews
#ae3f39 text on a black background
contrast 3.57:1
Card sample
#ae3f39 text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3f39;
Background color
Panel with #ae3f39 background
background-color: #ae3f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 63, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 63, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3f39; background: linear-gradient(135deg, #ae3f39, #AE8D39);