#853c21
a dark, vivid orange · warm · closest name: sienna
RGB
133, 60, 33
HSL
16°, 60%, 33%
CMYK
0, 55, 75, 48
Luminance
0.0833
Every format
| HEX | #853c21 |
| RGB | rgb(133, 60, 33) |
| HSL | hsl(16, 60%, 33%) |
| CMYK | cmyk(0%, 55%, 75%, 48%) |
| LAB | lab(34.7 29.4 31.0) |
| LCH | lch(34.7 42.7 46.5) |
| OKLCH | oklch(0.448 0.108 40.1) |
Copy-ready code
/* CSS */
color: #853c21;
background-color: #853c21;
/* Tailwind (arbitrary) */
class="text-[#853c21] bg-[#853c21]"
/* SCSS */
$brand: #853c21;
/* SwiftUI */
Color(red: 0.522, green: 0.235, blue: 0.129)
/* Android */
Color.parseColor("#853c21")Accessibility — WCAG contrast
Aa
#853c21 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#853c21 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green23.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow75.2%
Key (black)47.8%
Color previews
#853c21 text on a black background
contrast 2.67:1
Card sample
#853c21 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853c21;
Background color
Panel with #853c21 background
background-color: #853c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 60, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 60, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853c21; background: linear-gradient(135deg, #853c21, #857E21);