#680a13
a deep, electric red · warm · closest name: maroon
RGB
104, 10, 19
HSL
354°, 83%, 22%
CMYK
0, 90, 82, 59
Luminance
0.0321
Every format
| HEX | #680a13 |
| RGB | rgb(104, 10, 19) |
| HSL | hsl(354, 83%, 22%) |
| CMYK | cmyk(0%, 90%, 82%, 59%) |
| LAB | lab(20.9 39.5 22.8) |
| LCH | lch(20.9 45.6 30.0) |
| OKLCH | oklch(0.333 0.125 23.7) |
Copy-ready code
/* CSS */
color: #680a13;
background-color: #680a13;
/* Tailwind (arbitrary) */
class="text-[#680a13] bg-[#680a13]"
/* SCSS */
$brand: #680a13;
/* SwiftUI */
Color(red: 0.408, green: 0.039, blue: 0.075)
/* Android */
Color.parseColor("#680a13")Accessibility — WCAG contrast
Aa
#680a13 on white: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680a13 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green3.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta90.4%
Yellow81.7%
Key (black)59.2%
Color previews
#680a13 text on a black background
contrast 1.64:1
Card sample
#680a13 text on a white background
contrast 12.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680a13;
Background color
Panel with #680a13 background
background-color: #680a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 10, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 10, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680a13; background: linear-gradient(135deg, #680a13, #68400A);