#880708
a dark, electric red · warm · closest name: maroon
RGB
136, 7, 8
HSL
360°, 90%, 28%
CMYK
0, 95, 94, 47
Luminance
0.0540
Every format
| HEX | #880708 |
| RGB | rgb(136, 7, 8) |
| HSL | hsl(360, 90%, 28%) |
| CMYK | cmyk(0%, 95%, 94%, 47%) |
| LAB | lab(27.9 49.1 37.6) |
| LCH | lch(27.9 61.8 37.4) |
| OKLCH | oklch(0.397 0.158 28.3) |
Copy-ready code
/* CSS */
color: #880708;
background-color: #880708;
/* Tailwind (arbitrary) */
class="text-[#880708] bg-[#880708]"
/* SCSS */
$brand: #880708;
/* SwiftUI */
Color(red: 0.533, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#880708")Accessibility — WCAG contrast
Aa
#880708 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880708 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow94.1%
Key (black)46.7%
Color previews
#880708 text on a black background
contrast 2.08:1
Card sample
#880708 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880708;
Background color
Panel with #880708 background
background-color: #880708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880708; background: linear-gradient(135deg, #880708, #885C07);