#691a21
a dark, vivid red · warm · closest name: maroon
RGB
105, 26, 33
HSL
355°, 60%, 26%
CMYK
0, 75, 69, 59
Luminance
0.0385
Every format
| HEX | #691a21 |
| RGB | rgb(105, 26, 33) |
| HSL | hsl(355, 60%, 26%) |
| CMYK | cmyk(0%, 75%, 69%, 59%) |
| LAB | lab(23.2 35.3 16.2) |
| LCH | lch(23.2 38.8 24.7) |
| OKLCH | oklch(0.351 0.111 20.3) |
Copy-ready code
/* CSS */
color: #691a21;
background-color: #691a21;
/* Tailwind (arbitrary) */
class="text-[#691a21] bg-[#691a21]"
/* SCSS */
$brand: #691a21;
/* SwiftUI */
Color(red: 0.412, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#691a21")Accessibility — WCAG contrast
Aa
#691a21 on white: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#691a21 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow68.6%
Key (black)58.8%
Color previews
#691a21 text on a black background
contrast 1.77:1
Card sample
#691a21 text on a white background
contrast 11.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #691a21;
Background color
Panel with #691a21 background
background-color: #691a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #691a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #691a21; background: linear-gradient(135deg, #691a21, #69481A);