#67110c
a deep, electric red · warm · closest name: maroon
RGB
103, 17, 12
HSL
3°, 79%, 23%
CMYK
0, 84, 88, 60
Luminance
0.0331
Every format
| HEX | #67110c |
| RGB | rgb(103, 17, 12) |
| HSL | hsl(3, 79%, 23%) |
| CMYK | cmyk(0%, 84%, 88%, 60%) |
| LAB | lab(21.3 37.0 26.9) |
| LCH | lch(21.3 45.7 36.1) |
| OKLCH | oklch(0.335 0.120 28.8) |
Copy-ready code
/* CSS */
color: #67110c;
background-color: #67110c;
/* Tailwind (arbitrary) */
class="text-[#67110c] bg-[#67110c]"
/* SCSS */
$brand: #67110c;
/* SwiftUI */
Color(red: 0.404, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#67110c")Accessibility — WCAG contrast
Aa
#67110c on white: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67110c on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow88.3%
Key (black)59.6%
Color previews
#67110c text on a black background
contrast 1.66:1
Card sample
#67110c text on a white background
contrast 12.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67110c;
Background color
Panel with #67110c background
background-color: #67110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67110c; background: linear-gradient(135deg, #67110c, #674D0C);