#8c603c
a dark, soft orange · warm · closest name: sienna
RGB
140, 96, 60
HSL
27°, 40%, 39%
CMYK
0, 31, 57, 45
Luminance
0.1427
Every format
| HEX | #8c603c |
| RGB | rgb(140, 96, 60) |
| HSL | hsl(27, 40%, 39%) |
| CMYK | cmyk(0%, 31%, 57%, 45%) |
| LAB | lab(44.6 13.7 27.6) |
| LCH | lch(44.6 30.8 63.5) |
| OKLCH | oklch(0.528 0.077 59.3) |
Copy-ready code
/* CSS */
color: #8c603c;
background-color: #8c603c;
/* Tailwind (arbitrary) */
class="text-[#8c603c] bg-[#8c603c]"
/* SCSS */
$brand: #8c603c;
/* SwiftUI */
Color(red: 0.549, green: 0.376, blue: 0.235)
/* Android */
Color.parseColor("#8c603c")Accessibility — WCAG contrast
Aa
#8c603c on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c603c on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green37.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow57.1%
Key (black)45.1%
Color previews
#8c603c text on a black background
contrast 3.85:1
Card sample
#8c603c text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c603c;
Background color
Panel with #8c603c background
background-color: #8c603c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c603c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 96, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 96, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c603c; background: linear-gradient(135deg, #8c603c, #838C3C);