#671921
a dark, vivid red · warm · closest name: maroon
RGB
103, 25, 33
HSL
354°, 61%, 25%
CMYK
0, 76, 68, 60
Luminance
0.0369
Every format
| HEX | #671921 |
| RGB | rgb(103, 25, 33) |
| HSL | hsl(354, 61%, 25%) |
| CMYK | cmyk(0%, 76%, 68%, 60%) |
| LAB | lab(22.6 35.0 15.4) |
| LCH | lch(22.6 38.2 23.8) |
| OKLCH | oklch(0.346 0.110 19.5) |
Copy-ready code
/* CSS */
color: #671921;
background-color: #671921;
/* Tailwind (arbitrary) */
class="text-[#671921] bg-[#671921]"
/* SCSS */
$brand: #671921;
/* SwiftUI */
Color(red: 0.404, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#671921")Accessibility — WCAG contrast
Aa
#671921 on white: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671921 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow68.0%
Key (black)59.6%
Color previews
#671921 text on a black background
contrast 1.74:1
Card sample
#671921 text on a white background
contrast 12.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671921;
Background color
Panel with #671921 background
background-color: #671921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671921; background: linear-gradient(135deg, #671921, #674519);