#67090b
a deep, electric red · warm · closest name: maroon
RGB
103, 9, 11
HSL
359°, 84%, 22%
CMYK
0, 91, 89, 60
Luminance
0.0310
Every format
| HEX | #67090b |
| RGB | rgb(103, 9, 11) |
| HSL | hsl(359, 84%, 22%) |
| CMYK | cmyk(0%, 91%, 89%, 60%) |
| LAB | lab(20.5 39.2 26.5) |
| LCH | lch(20.5 47.3 34.1) |
| OKLCH | oklch(0.329 0.126 27.0) |
Copy-ready code
/* CSS */
color: #67090b;
background-color: #67090b;
/* Tailwind (arbitrary) */
class="text-[#67090b] bg-[#67090b]"
/* SCSS */
$brand: #67090b;
/* SwiftUI */
Color(red: 0.404, green: 0.035, blue: 0.043)
/* Android */
Color.parseColor("#67090b")Accessibility — WCAG contrast
Aa
#67090b on white: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67090b on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green3.5%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow89.3%
Key (black)59.6%
Color previews
#67090b text on a black background
contrast 1.62:1
Card sample
#67090b text on a white background
contrast 12.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67090b;
Background color
Panel with #67090b background
background-color: #67090b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67090b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 9, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 9, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67090b; background: linear-gradient(135deg, #67090b, #674609);