#863621
a dark, vivid red · warm · closest name: sienna
RGB
134, 54, 33
HSL
13°, 61%, 33%
CMYK
0, 60, 75, 48
Luminance
0.0782
Every format
| HEX | #863621 |
| RGB | rgb(134, 54, 33) |
| HSL | hsl(13, 61%, 33%) |
| CMYK | cmyk(0%, 60%, 75%, 48%) |
| LAB | lab(33.6 33.0 29.9) |
| LCH | lch(33.6 44.5 42.2) |
| OKLCH | oklch(0.440 0.115 35.7) |
Copy-ready code
/* CSS */
color: #863621;
background-color: #863621;
/* Tailwind (arbitrary) */
class="text-[#863621] bg-[#863621]"
/* SCSS */
$brand: #863621;
/* SwiftUI */
Color(red: 0.525, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#863621")Accessibility — WCAG contrast
Aa
#863621 on white: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#863621 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow75.4%
Key (black)47.5%
Color previews
#863621 text on a black background
contrast 2.56:1
Card sample
#863621 text on a white background
contrast 8.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863621;
Background color
Panel with #863621 background
background-color: #863621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863621; background: linear-gradient(135deg, #863621, #867921);