#6c0921
a deep, electric red · warm · closest name: maroon
RGB
108, 9, 33
HSL
346°, 85%, 23%
CMYK
0, 92, 69, 58
Luminance
0.0349
Every format
| HEX | #6c0921 |
| RGB | rgb(108, 9, 33) |
| HSL | hsl(346, 85%, 23%) |
| CMYK | cmyk(0%, 92%, 69%, 58%) |
| LAB | lab(21.9 41.6 14.7) |
| LCH | lch(21.9 44.1 19.5) |
| OKLCH | oklch(0.343 0.129 15.8) |
Copy-ready code
/* CSS */
color: #6c0921;
background-color: #6c0921;
/* Tailwind (arbitrary) */
class="text-[#6c0921] bg-[#6c0921]"
/* SCSS */
$brand: #6c0921;
/* SwiftUI */
Color(red: 0.424, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#6c0921")Accessibility — WCAG contrast
Aa
#6c0921 on white: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c0921 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow69.4%
Key (black)57.6%
Color previews
#6c0921 text on a black background
contrast 1.70:1
Card sample
#6c0921 text on a white background
contrast 12.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c0921;
Background color
Panel with #6c0921 background
background-color: #6c0921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c0921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c0921; background: linear-gradient(135deg, #6c0921, #6C3309);