#9e2139
a dark, vivid red · warm · closest name: firebrick
RGB
158, 33, 57
HSL
349°, 65%, 38%
CMYK
0, 79, 64, 38
Luminance
0.0865
Every format
| HEX | #9e2139 |
| RGB | rgb(158, 33, 57) |
| HSL | hsl(349, 65%, 38%) |
| CMYK | cmyk(0%, 79%, 64%, 38%) |
| LAB | lab(35.3 51.3 18.2) |
| LCH | lch(35.3 54.5 19.5) |
| OKLCH | oklch(0.462 0.160 16.0) |
Copy-ready code
/* CSS */
color: #9e2139;
background-color: #9e2139;
/* Tailwind (arbitrary) */
class="text-[#9e2139] bg-[#9e2139]"
/* SCSS */
$brand: #9e2139;
/* SwiftUI */
Color(red: 0.620, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#9e2139")Accessibility — WCAG contrast
Aa
#9e2139 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9e2139 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green12.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow63.9%
Key (black)38.0%
Color previews
#9e2139 text on a black background
contrast 2.73:1
Card sample
#9e2139 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e2139;
Background color
Panel with #9e2139 background
background-color: #9e2139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e2139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e2139; background: linear-gradient(135deg, #9e2139, #9E5C21);