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