#6d080f
a deep, electric red · warm · closest name: maroon
RGB
109, 8, 15
HSL
356°, 86%, 23%
CMYK
0, 93, 86, 57
Luminance
0.0346
Every format
| HEX | #6d080f |
| RGB | rgb(109, 8, 15) |
| HSL | hsl(356, 86%, 23%) |
| CMYK | cmyk(0%, 93%, 86%, 57%) |
| LAB | lab(21.8 41.3 26.4) |
| LCH | lch(21.8 49.1 32.6) |
| OKLCH | oklch(0.342 0.132 25.5) |
Copy-ready code
/* CSS */
color: #6d080f;
background-color: #6d080f;
/* Tailwind (arbitrary) */
class="text-[#6d080f] bg-[#6d080f]"
/* SCSS */
$brand: #6d080f;
/* SwiftUI */
Color(red: 0.427, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#6d080f")Accessibility — WCAG contrast
Aa
#6d080f on white: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6d080f on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green3.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta92.7%
Yellow86.2%
Key (black)57.3%
Color previews
#6d080f text on a black background
contrast 1.69:1
Card sample
#6d080f text on a white background
contrast 12.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d080f;
Background color
Panel with #6d080f background
background-color: #6d080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d080f; background: linear-gradient(135deg, #6d080f, #6D4408);