#892c39
a dark, vivid red · warm · closest name: maroon
RGB
137, 44, 57
HSL
352°, 51%, 36%
CMYK
0, 68, 58, 46
Luminance
0.0742
Every format
| HEX | #892c39 |
| RGB | rgb(137, 44, 57) |
| HSL | hsl(352, 51%, 36%) |
| CMYK | cmyk(0%, 68%, 58%, 46%) |
| LAB | lab(32.7 40.5 14.0) |
| LCH | lch(32.7 42.8 19.1) |
| OKLCH | oklch(0.436 0.126 16.0) |
Copy-ready code
/* CSS */
color: #892c39;
background-color: #892c39;
/* Tailwind (arbitrary) */
class="text-[#892c39] bg-[#892c39]"
/* SCSS */
$brand: #892c39;
/* SwiftUI */
Color(red: 0.537, green: 0.173, blue: 0.224)
/* Android */
Color.parseColor("#892c39")Accessibility — WCAG contrast
Aa
#892c39 on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#892c39 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green17.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow58.4%
Key (black)46.3%
Color previews
#892c39 text on a black background
contrast 2.48:1
Card sample
#892c39 text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892c39;
Background color
Panel with #892c39 background
background-color: #892c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 44, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 44, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892c39; background: linear-gradient(135deg, #892c39, #895D2C);