#8c3854
a dark, soft magenta / pink · warm · closest name: sienna
RGB
140, 56, 84
HSL
340°, 43%, 38%
CMYK
0, 60, 40, 45
Luminance
0.0904
Every format
| HEX | #8c3854 |
| RGB | rgb(140, 56, 84) |
| HSL | hsl(340, 43%, 38%) |
| CMYK | cmyk(0%, 60%, 40%, 45%) |
| LAB | lab(36.1 38.5 1.4) |
| LCH | lch(36.1 38.6 2.0) |
| OKLCH | oklch(0.464 0.118 2.0) |
Copy-ready code
/* CSS */
color: #8c3854;
background-color: #8c3854;
/* Tailwind (arbitrary) */
class="text-[#8c3854] bg-[#8c3854]"
/* SCSS */
$brand: #8c3854;
/* SwiftUI */
Color(red: 0.549, green: 0.220, blue: 0.329)
/* Android */
Color.parseColor("#8c3854")Accessibility — WCAG contrast
Aa
#8c3854 on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c3854 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green22.0%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow40.0%
Key (black)45.1%
Color previews
#8c3854 text on a black background
contrast 2.81:1
Card sample
#8c3854 text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c3854;
Background color
Panel with #8c3854 background
background-color: #8c3854;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c3854;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 56, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 56, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c3854; background: linear-gradient(135deg, #8c3854, #8C5438);