#681321
a deep, vivid red · warm · closest name: maroon
RGB
104, 19, 33
HSL
350°, 69%, 24%
CMYK
0, 82, 68, 59
Luminance
0.0352
Every format
| HEX | #681321 |
| RGB | rgb(104, 19, 33) |
| HSL | hsl(350, 69%, 24%) |
| CMYK | cmyk(0%, 82%, 68%, 59%) |
| LAB | lab(22.0 37.6 14.7) |
| LCH | lch(22.0 40.4 21.3) |
| OKLCH | oklch(0.342 0.117 17.4) |
Copy-ready code
/* CSS */
color: #681321;
background-color: #681321;
/* Tailwind (arbitrary) */
class="text-[#681321] bg-[#681321]"
/* SCSS */
$brand: #681321;
/* SwiftUI */
Color(red: 0.408, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#681321")Accessibility — WCAG contrast
Aa
#681321 on white: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#681321 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow68.3%
Key (black)59.2%
Color previews
#681321 text on a black background
contrast 1.70:1
Card sample
#681321 text on a white background
contrast 12.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #681321;
Background color
Panel with #681321 background
background-color: #681321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #681321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #681321; background: linear-gradient(135deg, #681321, #683E13);