#8f4754
a dark, soft red · warm · closest name: sienna
RGB
143, 71, 84
HSL
349°, 34%, 42%
CMYK
0, 50, 41, 44
Luminance
0.1099
Every format
| HEX | #8f4754 |
| RGB | rgb(143, 71, 84) |
| HSL | hsl(349, 34%, 42%) |
| CMYK | cmyk(0%, 50%, 41%, 44%) |
| LAB | lab(39.6 31.8 6.5) |
| LCH | lch(39.6 32.5 11.5) |
| OKLCH | oklch(0.491 0.098 9.9) |
Copy-ready code
/* CSS */
color: #8f4754;
background-color: #8f4754;
/* Tailwind (arbitrary) */
class="text-[#8f4754] bg-[#8f4754]"
/* SCSS */
$brand: #8f4754;
/* SwiftUI */
Color(red: 0.561, green: 0.278, blue: 0.329)
/* Android */
Color.parseColor("#8f4754")Accessibility — WCAG contrast
Aa
#8f4754 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f4754 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green27.8%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow41.3%
Key (black)43.9%
Color previews
#8f4754 text on a black background
contrast 3.20:1
Card sample
#8f4754 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f4754;
Background color
Panel with #8f4754 background
background-color: #8f4754;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f4754;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 71, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 71, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f4754; background: linear-gradient(135deg, #8f4754, #8F6A47);