#691221
a deep, vivid red · warm · closest name: maroon
RGB
105, 18, 33
HSL
350°, 71%, 24%
CMYK
0, 83, 69, 59
Luminance
0.0355
Every format
| HEX | #691221 |
| RGB | rgb(105, 18, 33) |
| HSL | hsl(350, 71%, 24%) |
| CMYK | cmyk(0%, 83%, 69%, 59%) |
| LAB | lab(22.1 38.3 14.8) |
| LCH | lch(22.1 41.0 21.2) |
| OKLCH | oklch(0.344 0.119 17.3) |
Copy-ready code
/* CSS */
color: #691221;
background-color: #691221;
/* Tailwind (arbitrary) */
class="text-[#691221] bg-[#691221]"
/* SCSS */
$brand: #691221;
/* SwiftUI */
Color(red: 0.412, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#691221")Accessibility — WCAG contrast
Aa
#691221 on white: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#691221 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow68.6%
Key (black)58.8%
Color previews
#691221 text on a black background
contrast 1.71:1
Card sample
#691221 text on a white background
contrast 12.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #691221;
Background color
Panel with #691221 background
background-color: #691221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #691221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #691221; background: linear-gradient(135deg, #691221, #693D12);