#6c080d
a deep, electric red · warm · closest name: maroon
RGB
108, 8, 13
HSL
357°, 86%, 23%
CMYK
0, 93, 88, 58
Luminance
0.0339
Every format
| HEX | #6c080d |
| RGB | rgb(108, 8, 13) |
| HSL | hsl(357, 86%, 23%) |
| CMYK | cmyk(0%, 93%, 88%, 58%) |
| LAB | lab(21.6 41.0 27.1) |
| LCH | lch(21.6 49.1 33.5) |
| OKLCH | oklch(0.340 0.131 26.2) |
Copy-ready code
/* CSS */
color: #6c080d;
background-color: #6c080d;
/* Tailwind (arbitrary) */
class="text-[#6c080d] bg-[#6c080d]"
/* SCSS */
$brand: #6c080d;
/* SwiftUI */
Color(red: 0.424, green: 0.031, blue: 0.051)
/* Android */
Color.parseColor("#6c080d")Accessibility — WCAG contrast
Aa
#6c080d on white: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c080d on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green3.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow88.0%
Key (black)57.6%
Color previews
#6c080d text on a black background
contrast 1.68:1
Card sample
#6c080d text on a white background
contrast 12.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c080d;
Background color
Panel with #6c080d background
background-color: #6c080d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c080d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 8, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 8, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c080d; background: linear-gradient(135deg, #6c080d, #6C4608);