#783521
a dark, vivid red · warm · closest name: sienna
RGB
120, 53, 33
HSL
14°, 57%, 30%
CMYK
0, 56, 73, 53
Luminance
0.0665
Every format
| HEX | #783521 |
| RGB | rgb(120, 53, 33) |
| HSL | hsl(14, 57%, 30%) |
| CMYK | cmyk(0%, 56%, 73%, 53%) |
| LAB | lab(31.0 27.8 26.3) |
| LCH | lch(31.0 38.3 43.4) |
| OKLCH | oklch(0.416 0.099 37.3) |
Copy-ready code
/* CSS */
color: #783521;
background-color: #783521;
/* Tailwind (arbitrary) */
class="text-[#783521] bg-[#783521]"
/* SCSS */
$brand: #783521;
/* SwiftUI */
Color(red: 0.471, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#783521")Accessibility — WCAG contrast
Aa
#783521 on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#783521 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow72.5%
Key (black)52.9%
Color previews
#783521 text on a black background
contrast 2.33:1
Card sample
#783521 text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #783521;
Background color
Panel with #783521 background
background-color: #783521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #783521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #783521; background: linear-gradient(135deg, #783521, #786F21);