#715621
a dark, vivid orange · warm · closest name: sienna
RGB
113, 86, 33
HSL
40°, 55%, 29%
CMYK
0, 24, 71, 56
Luminance
0.1028
Every format
| HEX | #715621 |
| RGB | rgb(113, 86, 33) |
| HSL | hsl(40, 55%, 29%) |
| CMYK | cmyk(0%, 24%, 71%, 56%) |
| LAB | lab(38.3 5.0 34.1) |
| LCH | lch(38.3 34.5 81.6) |
| OKLCH | oklch(0.470 0.078 81.5) |
Copy-ready code
/* CSS */
color: #715621;
background-color: #715621;
/* Tailwind (arbitrary) */
class="text-[#715621] bg-[#715621]"
/* SCSS */
$brand: #715621;
/* SwiftUI */
Color(red: 0.443, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#715621")Accessibility — WCAG contrast
Aa
#715621 on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#715621 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow70.8%
Key (black)55.7%
Color previews
#715621 text on a black background
contrast 3.06:1
Card sample
#715621 text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715621;
Background color
Panel with #715621 background
background-color: #715621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715621; background: linear-gradient(135deg, #715621, #577121);