#863021
a dark, vivid red · warm · closest name: sienna
RGB
134, 48, 33
HSL
9°, 61%, 33%
CMYK
0, 64, 75, 48
Luminance
0.0729
Every format
| HEX | #863021 |
| RGB | rgb(134, 48, 33) |
| HSL | hsl(9, 61%, 33%) |
| CMYK | cmyk(0%, 64%, 75%, 48%) |
| LAB | lab(32.5 36.0 28.6) |
| LCH | lch(32.5 46.0 38.5) |
| OKLCH | oklch(0.431 0.121 32.1) |
Copy-ready code
/* CSS */
color: #863021;
background-color: #863021;
/* Tailwind (arbitrary) */
class="text-[#863021] bg-[#863021]"
/* SCSS */
$brand: #863021;
/* SwiftUI */
Color(red: 0.525, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#863021")Accessibility — WCAG contrast
Aa
#863021 on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#863021 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow75.4%
Key (black)47.5%
Color previews
#863021 text on a black background
contrast 2.46:1
Card sample
#863021 text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863021;
Background color
Panel with #863021 background
background-color: #863021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863021; background: linear-gradient(135deg, #863021, #867321);