#880c00
a dark, electric red · warm · closest name: maroon
RGB
136, 12, 0
HSL
5°, 100%, 27%
CMYK
0, 91, 100, 47
Luminance
0.0550
Every format
| HEX | #880c00 |
| RGB | rgb(136, 12, 0) |
| HSL | hsl(5, 100%, 27%) |
| CMYK | cmyk(0%, 91%, 100%, 47%) |
| LAB | lab(28.1 48.1 41.0) |
| LCH | lch(28.1 63.3 40.4) |
| OKLCH | oklch(0.399 0.157 30.7) |
Copy-ready code
/* CSS */
color: #880c00;
background-color: #880c00;
/* Tailwind (arbitrary) */
class="text-[#880c00] bg-[#880c00]"
/* SCSS */
$brand: #880c00;
/* SwiftUI */
Color(red: 0.533, green: 0.047, blue: 0.000)
/* Android */
Color.parseColor("#880c00")Accessibility — WCAG contrast
Aa
#880c00 on white: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#880c00 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green4.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow100.0%
Key (black)46.7%
Color previews
#880c00 text on a black background
contrast 2.10:1
Card sample
#880c00 text on a white background
contrast 10.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #880c00;
Background color
Panel with #880c00 background
background-color: #880c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #880c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 12, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 12, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #880c00; background: linear-gradient(135deg, #880c00, #886700);