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