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