#892f28
a dark, vivid red · warm · closest name: sienna
RGB
137, 47, 40
HSL
4°, 55%, 35%
CMYK
0, 66, 71, 46
Luminance
0.0750
Every format
| HEX | #892f28 |
| RGB | rgb(137, 47, 40) |
| HSL | hsl(4, 55%, 35%) |
| CMYK | cmyk(0%, 66%, 71%, 46%) |
| LAB | lab(32.9 37.9 25.1) |
| LCH | lch(32.9 45.5 33.5) |
| OKLCH | oklch(0.436 0.124 27.8) |
Copy-ready code
/* CSS */
color: #892f28;
background-color: #892f28;
/* Tailwind (arbitrary) */
class="text-[#892f28] bg-[#892f28]"
/* SCSS */
$brand: #892f28;
/* SwiftUI */
Color(red: 0.537, green: 0.184, blue: 0.157)
/* Android */
Color.parseColor("#892f28")Accessibility — WCAG contrast
Aa
#892f28 on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#892f28 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green18.4%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow70.8%
Key (black)46.3%
Color previews
#892f28 text on a black background
contrast 2.50:1
Card sample
#892f28 text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892f28;
Background color
Panel with #892f28 background
background-color: #892f28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892f28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 47, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 47, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892f28; background: linear-gradient(135deg, #892f28, #897028);