#6f1908
a deep, electric red · warm · closest name: maroon
RGB
111, 25, 8
HSL
10°, 87%, 23%
CMYK
0, 78, 93, 57
Luminance
0.0409
Every format
| HEX | #6f1908 |
| RGB | rgb(111, 25, 8) |
| HSL | hsl(10, 87%, 23%) |
| CMYK | cmyk(0%, 78%, 93%, 57%) |
| LAB | lab(24.0 36.7 32.0) |
| LCH | lch(24.0 48.7 41.0) |
| OKLCH | oklch(0.359 0.122 32.9) |
Copy-ready code
/* CSS */
color: #6f1908;
background-color: #6f1908;
/* Tailwind (arbitrary) */
class="text-[#6f1908] bg-[#6f1908]"
/* SCSS */
$brand: #6f1908;
/* SwiftUI */
Color(red: 0.435, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#6f1908")Accessibility — WCAG contrast
Aa
#6f1908 on white: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f1908 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow92.8%
Key (black)56.5%
Color previews
#6f1908 text on a black background
contrast 1.82:1
Card sample
#6f1908 text on a white background
contrast 11.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f1908;
Background color
Panel with #6f1908 background
background-color: #6f1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f1908; background: linear-gradient(135deg, #6f1908, #6F5E08);