#854751
a dark, soft red · warm · closest name: sienna
RGB
133, 71, 81
HSL
350°, 30%, 40%
CMYK
0, 47, 39, 48
Luminance
0.1009
Every format
| HEX | #854751 |
| RGB | rgb(133, 71, 81) |
| HSL | hsl(350, 30%, 40%) |
| CMYK | cmyk(0%, 47%, 39%, 48%) |
| LAB | lab(38.0 27.6 5.9) |
| LCH | lch(38.0 28.2 12.1) |
| OKLCH | oklch(0.476 0.085 10.5) |
Copy-ready code
/* CSS */
color: #854751;
background-color: #854751;
/* Tailwind (arbitrary) */
class="text-[#854751] bg-[#854751]"
/* SCSS */
$brand: #854751;
/* SwiftUI */
Color(red: 0.522, green: 0.278, blue: 0.318)
/* Android */
Color.parseColor("#854751")Accessibility — WCAG contrast
Aa
#854751 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#854751 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green27.8%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow39.1%
Key (black)47.8%
Color previews
#854751 text on a black background
contrast 3.02:1
Card sample
#854751 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854751;
Background color
Panel with #854751 background
background-color: #854751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 71, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 71, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854751; background: linear-gradient(135deg, #854751, #856647);