#892f3f
a dark, vivid red · warm · closest name: sienna
RGB
137, 47, 63
HSL
349°, 49%, 36%
CMYK
0, 66, 54, 46
Luminance
0.0771
Every format
| HEX | #892f3f |
| RGB | rgb(137, 47, 63) |
| HSL | hsl(349, 49%, 36%) |
| CMYK | cmyk(0%, 66%, 54%, 46%) |
| LAB | lab(33.4 39.6 11.0) |
| LCH | lch(33.4 41.1 15.5) |
| OKLCH | oklch(0.441 0.123 13.1) |
Copy-ready code
/* CSS */
color: #892f3f;
background-color: #892f3f;
/* Tailwind (arbitrary) */
class="text-[#892f3f] bg-[#892f3f]"
/* SCSS */
$brand: #892f3f;
/* SwiftUI */
Color(red: 0.537, green: 0.184, blue: 0.247)
/* Android */
Color.parseColor("#892f3f")Accessibility — WCAG contrast
Aa
#892f3f on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#892f3f on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green18.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow54.0%
Key (black)46.3%
Color previews
#892f3f text on a black background
contrast 2.54:1
Card sample
#892f3f text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #892f3f;
Background color
Panel with #892f3f background
background-color: #892f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #892f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 47, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 47, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #892f3f; background: linear-gradient(135deg, #892f3f, #895B2F);