#793021
a dark, vivid red · warm · closest name: sienna
RGB
121, 48, 33
HSL
10°, 57%, 30%
CMYK
0, 60, 73, 53
Luminance
0.0629
Every format
| HEX | #793021 |
| RGB | rgb(121, 48, 33) |
| HSL | hsl(10, 57%, 30%) |
| CMYK | cmyk(0%, 60%, 73%, 53%) |
| LAB | lab(30.1 30.9 25.3) |
| LCH | lch(30.1 39.9 39.4) |
| OKLCH | oklch(0.409 0.106 33.3) |
Copy-ready code
/* CSS */
color: #793021;
background-color: #793021;
/* Tailwind (arbitrary) */
class="text-[#793021] bg-[#793021]"
/* SCSS */
$brand: #793021;
/* SwiftUI */
Color(red: 0.475, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#793021")Accessibility — WCAG contrast
Aa
#793021 on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#793021 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow72.7%
Key (black)52.5%
Color previews
#793021 text on a black background
contrast 2.26:1
Card sample
#793021 text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #793021;
Background color
Panel with #793021 background
background-color: #793021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #793021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #793021; background: linear-gradient(135deg, #793021, #796B21);