#713521
a dark, vivid orange · warm · closest name: sienna
RGB
113, 53, 33
HSL
15°, 55%, 29%
CMYK
0, 53, 71, 56
Luminance
0.0617
Every format
| HEX | #713521 |
| RGB | rgb(113, 53, 33) |
| HSL | hsl(15, 55%, 29%) |
| CMYK | cmyk(0%, 53%, 71%, 56%) |
| LAB | lab(29.8 24.8 24.6) |
| LCH | lch(29.8 35.0 44.8) |
| OKLCH | oklch(0.404 0.091 38.9) |
Copy-ready code
/* CSS */
color: #713521;
background-color: #713521;
/* Tailwind (arbitrary) */
class="text-[#713521] bg-[#713521]"
/* SCSS */
$brand: #713521;
/* SwiftUI */
Color(red: 0.443, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#713521")Accessibility — WCAG contrast
Aa
#713521 on white: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#713521 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow70.8%
Key (black)55.7%
Color previews
#713521 text on a black background
contrast 2.23:1
Card sample
#713521 text on a white background
contrast 9.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #713521;
Background color
Panel with #713521 background
background-color: #713521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #713521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #713521; background: linear-gradient(135deg, #713521, #716A21);