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