#902813
a dark, electric red · warm · closest name: maroon
RGB
144, 40, 19
HSL
10°, 77%, 32%
CMYK
0, 72, 87, 44
Luminance
0.0749
Every format
| HEX | #902813 |
| RGB | rgb(144, 40, 19) |
| HSL | hsl(10, 77%, 32%) |
| CMYK | cmyk(0%, 72%, 87%, 44%) |
| LAB | lab(32.9 42.6 37.4) |
| LCH | lch(32.9 56.7 41.2) |
| OKLCH | oklch(0.438 0.143 33.2) |
Copy-ready code
/* CSS */
color: #902813;
background-color: #902813;
/* Tailwind (arbitrary) */
class="text-[#902813] bg-[#902813]"
/* SCSS */
$brand: #902813;
/* SwiftUI */
Color(red: 0.565, green: 0.157, blue: 0.075)
/* Android */
Color.parseColor("#902813")Accessibility — WCAG contrast
Aa
#902813 on white: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#902813 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green15.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow86.8%
Key (black)43.5%
Color previews
#902813 text on a black background
contrast 2.50:1
Card sample
#902813 text on a white background
contrast 8.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902813;
Background color
Panel with #902813 background
background-color: #902813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 40, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 40, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902813; background: linear-gradient(135deg, #902813, #907C13);