#775021
a dark, vivid orange · warm · closest name: sienna
RGB
119, 80, 33
HSL
33°, 57%, 30%
CMYK
0, 33, 72, 53
Luminance
0.0977
Every format
| HEX | #775021 |
| RGB | rgb(119, 80, 33) |
| HSL | hsl(33, 57%, 30%) |
| CMYK | cmyk(0%, 33%, 72%, 53%) |
| LAB | lab(37.4 11.5 33.4) |
| LCH | lch(37.4 35.3 70.9) |
| OKLCH | oklch(0.465 0.081 68.3) |
Copy-ready code
/* CSS */
color: #775021;
background-color: #775021;
/* Tailwind (arbitrary) */
class="text-[#775021] bg-[#775021]"
/* SCSS */
$brand: #775021;
/* SwiftUI */
Color(red: 0.467, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#775021")Accessibility — WCAG contrast
Aa
#775021 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#775021 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow72.3%
Key (black)53.3%
Color previews
#775021 text on a black background
contrast 2.95:1
Card sample
#775021 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775021;
Background color
Panel with #775021 background
background-color: #775021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775021; background: linear-gradient(135deg, #775021, #657721);