#8c533d
a dark, soft orange · warm · closest name: sienna
RGB
140, 83, 61
HSL
17°, 39%, 39%
CMYK
0, 41, 56, 45
Luminance
0.1210
Every format
| HEX | #8c533d |
| RGB | rgb(140, 83, 61) |
| HSL | hsl(17, 39%, 39%) |
| CMYK | cmyk(0%, 41%, 56%, 45%) |
| LAB | lab(41.4 21.4 22.9) |
| LCH | lch(41.4 31.4 47.0) |
| OKLCH | oklch(0.503 0.084 41.7) |
Copy-ready code
/* CSS */
color: #8c533d;
background-color: #8c533d;
/* Tailwind (arbitrary) */
class="text-[#8c533d] bg-[#8c533d]"
/* SCSS */
$brand: #8c533d;
/* SwiftUI */
Color(red: 0.549, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#8c533d")Accessibility — WCAG contrast
Aa
#8c533d on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c533d on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green32.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow56.4%
Key (black)45.1%
Color previews
#8c533d text on a black background
contrast 3.42:1
Card sample
#8c533d text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c533d;
Background color
Panel with #8c533d background
background-color: #8c533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c533d; background: linear-gradient(135deg, #8c533d, #8C883D);