#670607
a deep, electric red · warm · closest name: maroon
RGB
103, 6, 7
HSL
359°, 89%, 21%
CMYK
0, 94, 93, 60
Luminance
0.0303
Every format
| HEX | #670607 |
| RGB | rgb(103, 6, 7) |
| HSL | hsl(359, 89%, 21%) |
| CMYK | cmyk(0%, 94%, 93%, 60%) |
| LAB | lab(20.2 39.8 27.8) |
| LCH | lch(20.2 48.6 34.9) |
| OKLCH | oklch(0.327 0.128 27.8) |
Copy-ready code
/* CSS */
color: #670607;
background-color: #670607;
/* Tailwind (arbitrary) */
class="text-[#670607] bg-[#670607]"
/* SCSS */
$brand: #670607;
/* SwiftUI */
Color(red: 0.404, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#670607")Accessibility — WCAG contrast
Aa
#670607 on white: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#670607 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow93.2%
Key (black)59.6%
Color previews
#670607 text on a black background
contrast 1.61:1
Card sample
#670607 text on a white background
contrast 13.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #670607;
Background color
Panel with #670607 background
background-color: #670607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #670607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #670607; background: linear-gradient(135deg, #670607, #674606);