#8c080f
a dark, electric red · warm · closest name: maroon
RGB
140, 8, 15
HSL
357°, 89%, 29%
CMYK
0, 94, 89, 45
Luminance
0.0578
Every format
| HEX | #8c080f |
| RGB | rgb(140, 8, 15) |
| HSL | hsl(357, 89%, 29%) |
| CMYK | cmyk(0%, 94%, 89%, 45%) |
| LAB | lab(28.9 50.2 35.6) |
| LCH | lch(28.9 61.5 35.4) |
| OKLCH | oklch(0.406 0.161 27.0) |
Copy-ready code
/* CSS */
color: #8c080f;
background-color: #8c080f;
/* Tailwind (arbitrary) */
class="text-[#8c080f] bg-[#8c080f]"
/* SCSS */
$brand: #8c080f;
/* SwiftUI */
Color(red: 0.549, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#8c080f")Accessibility — WCAG contrast
Aa
#8c080f on white: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c080f on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green3.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow89.3%
Key (black)45.1%
Color previews
#8c080f text on a black background
contrast 2.16:1
Card sample
#8c080f text on a white background
contrast 9.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c080f;
Background color
Panel with #8c080f background
background-color: #8c080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c080f; background: linear-gradient(135deg, #8c080f, #8C5908);