#89331f
a dark, vivid red · warm · closest name: sienna
RGB
137, 51, 31
HSL
11°, 63%, 33%
CMYK
0, 63, 77, 46
Luminance
0.0778
Every format
| HEX | #89331f |
| RGB | rgb(137, 51, 31) |
| HSL | hsl(11, 63%, 33%) |
| CMYK | cmyk(0%, 63%, 77%, 46%) |
| LAB | lab(33.5 35.6 31.1) |
| LCH | lch(33.5 47.2 41.2) |
| OKLCH | oklch(0.441 0.122 34.5) |
Copy-ready code
/* CSS */
color: #89331f;
background-color: #89331f;
/* Tailwind (arbitrary) */
class="text-[#89331f] bg-[#89331f]"
/* SCSS */
$brand: #89331f;
/* SwiftUI */
Color(red: 0.537, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#89331f")Accessibility — WCAG contrast
Aa
#89331f on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#89331f on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow77.4%
Key (black)46.3%
Color previews
#89331f text on a black background
contrast 2.56:1
Card sample
#89331f text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89331f;
Background color
Panel with #89331f background
background-color: #89331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89331f; background: linear-gradient(135deg, #89331f, #89791F);