#892c2f
a dark, vivid red · warm · closest name: maroon
RGB
137, 44, 47
HSL
358°, 51%, 36%
CMYK
0, 68, 66, 46
Luminance
0.0732
Every format
| HEX | #892c2f |
| RGB | rgb(137, 44, 47) |
| HSL | hsl(358, 51%, 36%) |
| CMYK | cmyk(0%, 68%, 66%, 46%) |
| LAB | lab(32.5 39.7 20.2) |
| LCH | lch(32.5 44.6 26.9) |
| OKLCH | oklch(0.434 0.127 22.3) |
Copy-ready code
/* CSS */
color: #892c2f;
background-color: #892c2f;
/* Tailwind (arbitrary) */
class="text-[#892c2f] bg-[#892c2f]"
/* SCSS */
$brand: #892c2f;
/* SwiftUI */
Color(red: 0.537, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#892c2f")Accessibility — WCAG contrast
Aa
#892c2f on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#892c2f on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow65.7%
Key (black)46.3%
Color previews
#892c2f text on a black background
contrast 2.46:1
Card sample
#892c2f text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892c2f;
Background color
Panel with #892c2f background
background-color: #892c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892c2f; background: linear-gradient(135deg, #892c2f, #89672C);