#913521
a dark, vivid red · warm · closest name: sienna
RGB
145, 53, 33
HSL
11°, 63%, 35%
CMYK
0, 63, 77, 43
Luminance
0.0868
Every format
| HEX | #913521 |
| RGB | rgb(145, 53, 33) |
| HSL | hsl(11, 63%, 35%) |
| CMYK | cmyk(0%, 63%, 77%, 43%) |
| LAB | lab(35.4 37.7 32.3) |
| LCH | lch(35.4 49.7 40.6) |
| OKLCH | oklch(0.457 0.129 33.9) |
Copy-ready code
/* CSS */
color: #913521;
background-color: #913521;
/* Tailwind (arbitrary) */
class="text-[#913521] bg-[#913521]"
/* SCSS */
$brand: #913521;
/* SwiftUI */
Color(red: 0.569, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#913521")Accessibility — WCAG contrast
Aa
#913521 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#913521 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow77.2%
Key (black)43.1%
Color previews
#913521 text on a black background
contrast 2.74:1
Card sample
#913521 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #913521;
Background color
Panel with #913521 background
background-color: #913521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #913521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #913521; background: linear-gradient(135deg, #913521, #918021);