#853421
a dark, vivid red · warm · closest name: sienna
RGB
133, 52, 33
HSL
11°, 60%, 33%
CMYK
0, 61, 75, 48
Luminance
0.0755
Every format
| HEX | #853421 |
| RGB | rgb(133, 52, 33) |
| HSL | hsl(11, 60%, 33%) |
| CMYK | cmyk(0%, 61%, 75%, 48%) |
| LAB | lab(33.0 33.6 29.2) |
| LCH | lch(33.0 44.5 41.0) |
| OKLCH | oklch(0.435 0.116 34.6) |
Copy-ready code
/* CSS */
color: #853421;
background-color: #853421;
/* Tailwind (arbitrary) */
class="text-[#853421] bg-[#853421]"
/* SCSS */
$brand: #853421;
/* SwiftUI */
Color(red: 0.522, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#853421")Accessibility — WCAG contrast
Aa
#853421 on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#853421 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow75.2%
Key (black)47.8%
Color previews
#853421 text on a black background
contrast 2.51:1
Card sample
#853421 text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853421;
Background color
Panel with #853421 background
background-color: #853421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853421; background: linear-gradient(135deg, #853421, #857621);