#902913
a dark, electric red · warm · closest name: maroon
RGB
144, 41, 19
HSL
11°, 77%, 32%
CMYK
0, 72, 87, 44
Luminance
0.0756
Every format
| HEX | #902913 |
| RGB | rgb(144, 41, 19) |
| HSL | hsl(11, 77%, 32%) |
| CMYK | cmyk(0%, 72%, 87%, 44%) |
| LAB | lab(33.1 42.2 37.5) |
| LCH | lch(33.1 56.5 41.6) |
| OKLCH | oklch(0.439 0.142 33.5) |
Copy-ready code
/* CSS */
color: #902913;
background-color: #902913;
/* Tailwind (arbitrary) */
class="text-[#902913] bg-[#902913]"
/* SCSS */
$brand: #902913;
/* SwiftUI */
Color(red: 0.565, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#902913")Accessibility — WCAG contrast
Aa
#902913 on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#902913 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow86.8%
Key (black)43.5%
Color previews
#902913 text on a black background
contrast 2.51:1
Card sample
#902913 text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902913;
Background color
Panel with #902913 background
background-color: #902913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902913; background: linear-gradient(135deg, #902913, #907D13);