#715021
a dark, vivid orange · warm · closest name: sienna
RGB
113, 80, 33
HSL
35°, 55%, 29%
CMYK
0, 29, 71, 56
Luminance
0.0936
Every format
| HEX | #715021 |
| RGB | rgb(113, 80, 33) |
| HSL | hsl(35, 55%, 29%) |
| CMYK | cmyk(0%, 29%, 71%, 56%) |
| LAB | lab(36.7 8.7 32.3) |
| LCH | lch(36.7 33.5 75.0) |
| OKLCH | oklch(0.457 0.077 73.2) |
Copy-ready code
/* CSS */
color: #715021;
background-color: #715021;
/* Tailwind (arbitrary) */
class="text-[#715021] bg-[#715021]"
/* SCSS */
$brand: #715021;
/* SwiftUI */
Color(red: 0.443, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#715021")Accessibility — WCAG contrast
Aa
#715021 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#715021 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow70.8%
Key (black)55.7%
Color previews
#715021 text on a black background
contrast 2.87:1
Card sample
#715021 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715021;
Background color
Panel with #715021 background
background-color: #715021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715021; background: linear-gradient(135deg, #715021, #5D7121);