#795421
a dark, vivid orange · warm · closest name: sienna
RGB
121, 84, 33
HSL
35°, 57%, 30%
CMYK
0, 31, 73, 53
Luminance
0.1052
Every format
| HEX | #795421 |
| RGB | rgb(121, 84, 33) |
| HSL | hsl(35, 57%, 30%) |
| CMYK | cmyk(0%, 31%, 73%, 53%) |
| LAB | lab(38.8 10.1 34.9) |
| LCH | lch(38.8 36.3 73.9) |
| OKLCH | oklch(0.476 0.083 71.9) |
Copy-ready code
/* CSS */
color: #795421;
background-color: #795421;
/* Tailwind (arbitrary) */
class="text-[#795421] bg-[#795421]"
/* SCSS */
$brand: #795421;
/* SwiftUI */
Color(red: 0.475, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#795421")Accessibility — WCAG contrast
Aa
#795421 on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795421 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow72.7%
Key (black)52.5%
Color previews
#795421 text on a black background
contrast 3.10:1
Card sample
#795421 text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795421;
Background color
Panel with #795421 background
background-color: #795421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795421; background: linear-gradient(135deg, #795421, #637921);