#670708
a deep, electric red · warm · closest name: maroon
RGB
103, 7, 8
HSL
359°, 87%, 22%
CMYK
0, 93, 92, 60
Luminance
0.0305
Every format
| HEX | #670708 |
| RGB | rgb(103, 7, 8) |
| HSL | hsl(359, 87%, 22%) |
| CMYK | cmyk(0%, 93%, 92%, 60%) |
| LAB | lab(20.3 39.6 27.5) |
| LCH | lch(20.3 48.2 34.8) |
| OKLCH | oklch(0.328 0.127 27.7) |
Copy-ready code
/* CSS */
color: #670708;
background-color: #670708;
/* Tailwind (arbitrary) */
class="text-[#670708] bg-[#670708]"
/* SCSS */
$brand: #670708;
/* SwiftUI */
Color(red: 0.404, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#670708")Accessibility — WCAG contrast
Aa
#670708 on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#670708 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow92.2%
Key (black)59.6%
Color previews
#670708 text on a black background
contrast 1.61:1
Card sample
#670708 text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #670708;
Background color
Panel with #670708 background
background-color: #670708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #670708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #670708; background: linear-gradient(135deg, #670708, #674607);