#715a2d
a dark, soft orange · warm · closest name: sienna
RGB
113, 90, 45
HSL
40°, 43%, 31%
CMYK
0, 20, 60, 56
Luminance
0.1101
Every format
| HEX | #715a2d |
| RGB | rgb(113, 90, 45) |
| HSL | hsl(40, 43%, 31%) |
| CMYK | cmyk(0%, 20%, 60%, 56%) |
| LAB | lab(39.6 3.5 29.2) |
| LCH | lch(39.6 29.4 83.1) |
| OKLCH | oklch(0.481 0.069 82.6) |
Copy-ready code
/* CSS */
color: #715a2d;
background-color: #715a2d;
/* Tailwind (arbitrary) */
class="text-[#715a2d] bg-[#715a2d]"
/* SCSS */
$brand: #715a2d;
/* SwiftUI */
Color(red: 0.443, green: 0.353, blue: 0.176)
/* Android */
Color.parseColor("#715a2d")Accessibility — WCAG contrast
Aa
#715a2d on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#715a2d on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green35.3%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow60.2%
Key (black)55.7%
Color previews
#715a2d text on a black background
contrast 3.20:1
Card sample
#715a2d text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715a2d;
Background color
Panel with #715a2d background
background-color: #715a2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715a2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 90, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 90, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715a2d; background: linear-gradient(135deg, #715a2d, #5B712D);