#85331f
a dark, vivid red · warm · closest name: sienna
RGB
133, 51, 31
HSL
12°, 62%, 32%
CMYK
0, 62, 77, 48
Luminance
0.0745
Every format
| HEX | #85331f |
| RGB | rgb(133, 51, 31) |
| HSL | hsl(12, 62%, 32%) |
| CMYK | cmyk(0%, 62%, 77%, 48%) |
| LAB | lab(32.8 34.0 30.1) |
| LCH | lch(32.8 45.4 41.5) |
| OKLCH | oklch(0.434 0.118 34.9) |
Copy-ready code
/* CSS */
color: #85331f;
background-color: #85331f;
/* Tailwind (arbitrary) */
class="text-[#85331f] bg-[#85331f]"
/* SCSS */
$brand: #85331f;
/* SwiftUI */
Color(red: 0.522, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#85331f")Accessibility — WCAG contrast
Aa
#85331f on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#85331f on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow76.7%
Key (black)47.8%
Color previews
#85331f text on a black background
contrast 2.49:1
Card sample
#85331f text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85331f;
Background color
Panel with #85331f background
background-color: #85331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85331f; background: linear-gradient(135deg, #85331f, #85771F);