#ae4530
a dark, vivid red · warm · closest name: sienna
RGB
174, 69, 48
HSL
10°, 57%, 44%
CMYK
0, 60, 72, 32
Luminance
0.1347
Every format
| HEX | #ae4530 |
| RGB | rgb(174, 69, 48) |
| HSL | hsl(10, 57%, 44%) |
| CMYK | cmyk(0%, 60%, 72%, 32%) |
| LAB | lab(43.5 41.7 34.2) |
| LCH | lch(43.5 53.9 39.4) |
| OKLCH | oklch(0.528 0.142 33.1) |
Copy-ready code
/* CSS */
color: #ae4530;
background-color: #ae4530;
/* Tailwind (arbitrary) */
class="text-[#ae4530] bg-[#ae4530]"
/* SCSS */
$brand: #ae4530;
/* SwiftUI */
Color(red: 0.682, green: 0.271, blue: 0.188)
/* Android */
Color.parseColor("#ae4530")Accessibility — WCAG contrast
Aa
#ae4530 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4530 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green27.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow72.4%
Key (black)31.8%
Color previews
#ae4530 text on a black background
contrast 3.69:1
Card sample
#ae4530 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4530;
Background color
Panel with #ae4530 background
background-color: #ae4530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 69, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 69, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4530; background: linear-gradient(135deg, #ae4530, #AE9930);