#a45a52
a balanced, soft red · warm · closest name: sienna
RGB
164, 90, 82
HSL
6°, 33%, 48%
CMYK
0, 45, 50, 36
Luminance
0.1581
Every format
| HEX | #a45a52 |
| RGB | rgb(164, 90, 82) |
| HSL | hsl(6, 33%, 48%) |
| CMYK | cmyk(0%, 45%, 50%, 36%) |
| LAB | lab(46.7 29.4 18.1) |
| LCH | lch(46.7 34.5 31.6) |
| OKLCH | oklch(0.552 0.099 27.2) |
Copy-ready code
/* CSS */
color: #a45a52;
background-color: #a45a52;
/* Tailwind (arbitrary) */
class="text-[#a45a52] bg-[#a45a52]"
/* SCSS */
$brand: #a45a52;
/* SwiftUI */
Color(red: 0.643, green: 0.353, blue: 0.322)
/* Android */
Color.parseColor("#a45a52")Accessibility — WCAG contrast
Aa
#a45a52 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a45a52 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green35.3%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow50.0%
Key (black)35.7%
Color previews
#a45a52 text on a black background
contrast 4.16:1
Card sample
#a45a52 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a45a52;
Background color
Panel with #a45a52 background
background-color: #a45a52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a45a52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 90, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 90, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a45a52; background: linear-gradient(135deg, #a45a52, #A49152);