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