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