#691f21
a dark, vivid red · warm · closest name: maroon
RGB
105, 31, 33
HSL
358°, 54%, 27%
CMYK
0, 71, 69, 59
Luminance
0.0409
Every format
| HEX | #691f21 |
| RGB | rgb(105, 31, 33) |
| HSL | hsl(358, 54%, 27%) |
| CMYK | cmyk(0%, 71%, 69%, 59%) |
| LAB | lab(24.0 33.1 17.2) |
| LCH | lch(24.0 37.3 27.5) |
| OKLCH | oklch(0.357 0.106 22.7) |
Copy-ready code
/* CSS */
color: #691f21;
background-color: #691f21;
/* Tailwind (arbitrary) */
class="text-[#691f21] bg-[#691f21]"
/* SCSS */
$brand: #691f21;
/* SwiftUI */
Color(red: 0.412, green: 0.122, blue: 0.129)
/* Android */
Color.parseColor("#691f21")Accessibility — WCAG contrast
Aa
#691f21 on white: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#691f21 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green12.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow68.6%
Key (black)58.8%
Color previews
#691f21 text on a black background
contrast 1.82:1
Card sample
#691f21 text on a white background
contrast 11.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #691f21;
Background color
Panel with #691f21 background
background-color: #691f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #691f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 31, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 31, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #691f21; background: linear-gradient(135deg, #691f21, #694E1F);