#5e222b
a dark, vivid red · warm · closest name: sienna
RGB
94, 34, 43
HSL
351°, 47%, 25%
CMYK
0, 64, 54, 63
Luminance
0.0370
Every format
| HEX | #5e222b |
| RGB | rgb(94, 34, 43) |
| HSL | hsl(351, 47%, 25%) |
| CMYK | cmyk(0%, 64%, 54%, 63%) |
| LAB | lab(22.6 28.3 8.3) |
| LCH | lch(22.6 29.4 16.4) |
| OKLCH | oklch(0.344 0.088 13.9) |
Copy-ready code
/* CSS */
color: #5e222b;
background-color: #5e222b;
/* Tailwind (arbitrary) */
class="text-[#5e222b] bg-[#5e222b]"
/* SCSS */
$brand: #5e222b;
/* SwiftUI */
Color(red: 0.369, green: 0.133, blue: 0.169)
/* Android */
Color.parseColor("#5e222b")Accessibility — WCAG contrast
Aa
#5e222b on white: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e222b on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green13.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow54.3%
Key (black)63.1%
Color previews
#5e222b text on a black background
contrast 1.74:1
Card sample
#5e222b text on a white background
contrast 12.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e222b;
Background color
Panel with #5e222b background
background-color: #5e222b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e222b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 34, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 34, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e222b; background: linear-gradient(135deg, #5e222b, #5E4122);