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