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