#8c5656
a dark, soft red · warm · closest name: gray
RGB
140, 86, 86
HSL
0°, 24%, 44%
CMYK
0, 39, 39, 45
Luminance
0.1290
Every format
| HEX | #8c5656 |
| RGB | rgb(140, 86, 86) |
| HSL | hsl(0, 24%, 44%) |
| CMYK | cmyk(0%, 39%, 39%, 45%) |
| LAB | lab(42.6 22.4 9.5) |
| LCH | lch(42.6 24.3 22.9) |
| OKLCH | oklch(0.514 0.072 19.8) |
Copy-ready code
/* CSS */
color: #8c5656;
background-color: #8c5656;
/* Tailwind (arbitrary) */
class="text-[#8c5656] bg-[#8c5656]"
/* SCSS */
$brand: #8c5656;
/* SwiftUI */
Color(red: 0.549, green: 0.337, blue: 0.337)
/* Android */
Color.parseColor("#8c5656")Accessibility — WCAG contrast
Aa
#8c5656 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c5656 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green33.7%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow38.6%
Key (black)45.1%
Color previews
#8c5656 text on a black background
contrast 3.58:1
Card sample
#8c5656 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c5656;
Background color
Panel with #8c5656 background
background-color: #8c5656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c5656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 86, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 86, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c5656; background: linear-gradient(135deg, #8c5656, #8C7A56);