#ae4f49
a balanced, soft red · warm · closest name: sienna
RGB
174, 79, 73
HSL
4°, 41%, 48%
CMYK
0, 55, 58, 32
Luminance
0.1507
Every format
| HEX | #ae4f49 |
| RGB | rgb(174, 79, 73) |
| HSL | hsl(4, 41%, 48%) |
| CMYK | cmyk(0%, 55%, 58%, 32%) |
| LAB | lab(45.7 38.3 22.4) |
| LCH | lch(45.7 44.4 30.3) |
| OKLCH | oklch(0.547 0.126 25.7) |
Copy-ready code
/* CSS */
color: #ae4f49;
background-color: #ae4f49;
/* Tailwind (arbitrary) */
class="text-[#ae4f49] bg-[#ae4f49]"
/* SCSS */
$brand: #ae4f49;
/* SwiftUI */
Color(red: 0.682, green: 0.310, blue: 0.286)
/* Android */
Color.parseColor("#ae4f49")Accessibility — WCAG contrast
Aa
#ae4f49 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4f49 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green31.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow58.0%
Key (black)31.8%
Color previews
#ae4f49 text on a black background
contrast 4.01:1
Card sample
#ae4f49 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4f49;
Background color
Panel with #ae4f49 background
background-color: #ae4f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 79, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 79, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4f49; background: linear-gradient(135deg, #ae4f49, #AE9249);