#763521
a dark, vivid red · warm · closest name: sienna
RGB
118, 53, 33
HSL
14°, 56%, 30%
CMYK
0, 55, 72, 54
Luminance
0.0651
Every format
| HEX | #763521 |
| RGB | rgb(118, 53, 33) |
| HSL | hsl(14, 56%, 30%) |
| CMYK | cmyk(0%, 55%, 72%, 54%) |
| LAB | lab(30.7 26.9 25.8) |
| LCH | lch(30.7 37.3 43.8) |
| OKLCH | oklch(0.412 0.097 37.7) |
Copy-ready code
/* CSS */
color: #763521;
background-color: #763521;
/* Tailwind (arbitrary) */
class="text-[#763521] bg-[#763521]"
/* SCSS */
$brand: #763521;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#763521")Accessibility — WCAG contrast
Aa
#763521 on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#763521 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow72.0%
Key (black)53.7%
Color previews
#763521 text on a black background
contrast 2.30:1
Card sample
#763521 text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763521;
Background color
Panel with #763521 background
background-color: #763521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763521; background: linear-gradient(135deg, #763521, #766E21);