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