#6f080f
a deep, electric red · warm · closest name: maroon
RGB
111, 8, 15
HSL
356°, 87%, 23%
CMYK
0, 93, 87, 57
Luminance
0.0359
Every format
| HEX | #6f080f |
| RGB | rgb(111, 8, 15) |
| HSL | hsl(356, 87%, 23%) |
| CMYK | cmyk(0%, 93%, 87%, 57%) |
| LAB | lab(22.3 41.9 27.1) |
| LCH | lch(22.3 49.9 32.9) |
| OKLCH | oklch(0.346 0.134 25.6) |
Copy-ready code
/* CSS */
color: #6f080f;
background-color: #6f080f;
/* Tailwind (arbitrary) */
class="text-[#6f080f] bg-[#6f080f]"
/* SCSS */
$brand: #6f080f;
/* SwiftUI */
Color(red: 0.435, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#6f080f")Accessibility — WCAG contrast
Aa
#6f080f on white: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f080f on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green3.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow86.5%
Key (black)56.5%
Color previews
#6f080f text on a black background
contrast 1.72:1
Card sample
#6f080f text on a white background
contrast 12.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f080f;
Background color
Panel with #6f080f background
background-color: #6f080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f080f; background: linear-gradient(135deg, #6f080f, #6F4608);