#853821
a dark, vivid red · warm · closest name: sienna
RGB
133, 56, 33
HSL
14°, 60%, 33%
CMYK
0, 58, 75, 48
Luminance
0.0792
Every format
| HEX | #853821 |
| RGB | rgb(133, 56, 33) |
| HSL | hsl(14, 60%, 33%) |
| CMYK | cmyk(0%, 58%, 75%, 48%) |
| LAB | lab(33.8 31.5 30.1) |
| LCH | lch(33.8 43.6 43.6) |
| OKLCH | oklch(0.442 0.112 37.2) |
Copy-ready code
/* CSS */
color: #853821;
background-color: #853821;
/* Tailwind (arbitrary) */
class="text-[#853821] bg-[#853821]"
/* SCSS */
$brand: #853821;
/* SwiftUI */
Color(red: 0.522, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#853821")Accessibility — WCAG contrast
Aa
#853821 on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#853821 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow75.2%
Key (black)47.8%
Color previews
#853821 text on a black background
contrast 2.58:1
Card sample
#853821 text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853821;
Background color
Panel with #853821 background
background-color: #853821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853821; background: linear-gradient(135deg, #853821, #857A21);