#90293b
a dark, vivid red · warm · closest name: maroon
RGB
144, 41, 59
HSL
350°, 56%, 36%
CMYK
0, 72, 59, 44
Luminance
0.0783
Every format
| HEX | #90293b |
| RGB | rgb(144, 41, 59) |
| HSL | hsl(350, 56%, 36%) |
| CMYK | cmyk(0%, 72%, 59%, 44%) |
| LAB | lab(33.6 44.3 14.2) |
| LCH | lch(33.6 46.5 17.7) |
| OKLCH | oklch(0.445 0.138 14.8) |
Copy-ready code
/* CSS */
color: #90293b;
background-color: #90293b;
/* Tailwind (arbitrary) */
class="text-[#90293b] bg-[#90293b]"
/* SCSS */
$brand: #90293b;
/* SwiftUI */
Color(red: 0.565, green: 0.161, blue: 0.231)
/* Android */
Color.parseColor("#90293b")Accessibility — WCAG contrast
Aa
#90293b on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#90293b on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green16.1%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow59.0%
Key (black)43.5%
Color previews
#90293b text on a black background
contrast 2.57:1
Card sample
#90293b text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90293b;
Background color
Panel with #90293b background
background-color: #90293b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90293b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 41, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 41, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90293b; background: linear-gradient(135deg, #90293b, #905C29);