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