#802409
a dark, electric red · warm · closest name: maroon
RGB
128, 36, 9
HSL
14°, 87%, 27%
CMYK
0, 72, 93, 50
Luminance
0.0587
Every format
| HEX | #802409 |
| RGB | rgb(128, 36, 9) |
| HSL | hsl(14, 87%, 27%) |
| CMYK | cmyk(0%, 72%, 93%, 50%) |
| LAB | lab(29.1 38.4 37.5) |
| LCH | lch(29.1 53.6 44.3) |
| OKLCH | oklch(0.403 0.131 35.6) |
Copy-ready code
/* CSS */
color: #802409;
background-color: #802409;
/* Tailwind (arbitrary) */
class="text-[#802409] bg-[#802409]"
/* SCSS */
$brand: #802409;
/* SwiftUI */
Color(red: 0.502, green: 0.141, blue: 0.035)
/* Android */
Color.parseColor("#802409")Accessibility — WCAG contrast
Aa
#802409 on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#802409 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.1%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow93.0%
Key (black)49.8%
Color previews
#802409 text on a black background
contrast 2.17:1
Card sample
#802409 text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802409;
Background color
Panel with #802409 background
background-color: #802409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 36, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 36, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802409; background: linear-gradient(135deg, #802409, #807309);