#690921
a deep, electric red · warm · closest name: maroon
RGB
105, 9, 33
HSL
345°, 84%, 22%
CMYK
0, 91, 69, 59
Luminance
0.0331
Every format
| HEX | #690921 |
| RGB | rgb(105, 9, 33) |
| HSL | hsl(345, 84%, 22%) |
| CMYK | cmyk(0%, 91%, 69%, 59%) |
| LAB | lab(21.2 40.7 13.7) |
| LCH | lch(21.2 43.0 18.6) |
| OKLCH | oklch(0.337 0.126 15.1) |
Copy-ready code
/* CSS */
color: #690921;
background-color: #690921;
/* Tailwind (arbitrary) */
class="text-[#690921] bg-[#690921]"
/* SCSS */
$brand: #690921;
/* SwiftUI */
Color(red: 0.412, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#690921")Accessibility — WCAG contrast
Aa
#690921 on white: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690921 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow68.6%
Key (black)58.8%
Color previews
#690921 text on a black background
contrast 1.66:1
Card sample
#690921 text on a white background
contrast 12.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690921;
Background color
Panel with #690921 background
background-color: #690921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690921; background: linear-gradient(135deg, #690921, #693109);