#892f2c
a dark, vivid red · warm · closest name: sienna
RGB
137, 47, 44
HSL
2°, 51%, 36%
CMYK
0, 66, 68, 46
Luminance
0.0753
Every format
| HEX | #892f2c |
| RGB | rgb(137, 47, 44) |
| HSL | hsl(2, 51%, 36%) |
| CMYK | cmyk(0%, 66%, 68%, 46%) |
| LAB | lab(33.0 38.2 22.6) |
| LCH | lch(33.0 44.4 30.7) |
| OKLCH | oklch(0.437 0.124 25.5) |
Copy-ready code
/* CSS */
color: #892f2c;
background-color: #892f2c;
/* Tailwind (arbitrary) */
class="text-[#892f2c] bg-[#892f2c]"
/* SCSS */
$brand: #892f2c;
/* SwiftUI */
Color(red: 0.537, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#892f2c")Accessibility — WCAG contrast
Aa
#892f2c on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#892f2c on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green18.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow67.9%
Key (black)46.3%
Color previews
#892f2c text on a black background
contrast 2.51:1
Card sample
#892f2c text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892f2c;
Background color
Panel with #892f2c background
background-color: #892f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892f2c; background: linear-gradient(135deg, #892f2c, #896D2C);