#863543
a dark, soft red · warm · closest name: sienna
RGB
134, 53, 67
HSL
350°, 43%, 37%
CMYK
0, 60, 50, 48
Luminance
0.0802
Every format
| HEX | #863543 |
| RGB | rgb(134, 53, 67) |
| HSL | hsl(350, 43%, 37%) |
| CMYK | cmyk(0%, 60%, 50%, 48%) |
| LAB | lab(34.0 36.0 9.2) |
| LCH | lch(34.0 37.2 14.4) |
| OKLCH | oklch(0.445 0.112 12.2) |
Copy-ready code
/* CSS */
color: #863543;
background-color: #863543;
/* Tailwind (arbitrary) */
class="text-[#863543] bg-[#863543]"
/* SCSS */
$brand: #863543;
/* SwiftUI */
Color(red: 0.525, green: 0.208, blue: 0.263)
/* Android */
Color.parseColor("#863543")Accessibility — WCAG contrast
Aa
#863543 on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#863543 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green20.8%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow50.0%
Key (black)47.5%
Color previews
#863543 text on a black background
contrast 2.60:1
Card sample
#863543 text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863543;
Background color
Panel with #863543 background
background-color: #863543;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863543;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 53, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 53, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863543; background: linear-gradient(135deg, #863543, #865D35);