#753521
a dark, vivid red · warm · closest name: sienna
RGB
117, 53, 33
HSL
14°, 56%, 29%
CMYK
0, 55, 72, 54
Luminance
0.0644
Every format
| HEX | #753521 |
| RGB | rgb(117, 53, 33) |
| HSL | hsl(14, 56%, 29%) |
| CMYK | cmyk(0%, 55%, 72%, 54%) |
| LAB | lab(30.5 26.5 25.6) |
| LCH | lch(30.5 36.8 44.0) |
| OKLCH | oklch(0.411 0.096 37.9) |
Copy-ready code
/* CSS */
color: #753521;
background-color: #753521;
/* Tailwind (arbitrary) */
class="text-[#753521] bg-[#753521]"
/* SCSS */
$brand: #753521;
/* SwiftUI */
Color(red: 0.459, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#753521")Accessibility — WCAG contrast
Aa
#753521 on white: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#753521 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow71.8%
Key (black)54.1%
Color previews
#753521 text on a black background
contrast 2.29:1
Card sample
#753521 text on a white background
contrast 9.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #753521;
Background color
Panel with #753521 background
background-color: #753521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #753521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #753521; background: linear-gradient(135deg, #753521, #756D21);