#691421
a deep, vivid red · warm · closest name: maroon
RGB
105, 20, 33
HSL
351°, 68%, 25%
CMYK
0, 81, 69, 59
Luminance
0.0361
Every format
| HEX | #691421 |
| RGB | rgb(105, 20, 33) |
| HSL | hsl(351, 68%, 25%) |
| CMYK | cmyk(0%, 81%, 69%, 59%) |
| LAB | lab(22.4 37.6 15.2) |
| LCH | lch(22.4 40.5 22.0) |
| OKLCH | oklch(0.345 0.117 17.9) |
Copy-ready code
/* CSS */
color: #691421;
background-color: #691421;
/* Tailwind (arbitrary) */
class="text-[#691421] bg-[#691421]"
/* SCSS */
$brand: #691421;
/* SwiftUI */
Color(red: 0.412, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#691421")Accessibility — WCAG contrast
Aa
#691421 on white: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#691421 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow68.6%
Key (black)58.8%
Color previews
#691421 text on a black background
contrast 1.72:1
Card sample
#691421 text on a white background
contrast 12.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #691421;
Background color
Panel with #691421 background
background-color: #691421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #691421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #691421; background: linear-gradient(135deg, #691421, #694014);