#671321
a deep, vivid red · warm · closest name: maroon
RGB
103, 19, 33
HSL
350°, 69%, 24%
CMYK
0, 82, 68, 60
Luminance
0.0346
Every format
| HEX | #671321 |
| RGB | rgb(103, 19, 33) |
| HSL | hsl(350, 69%, 24%) |
| CMYK | cmyk(0%, 82%, 68%, 60%) |
| LAB | lab(21.8 37.3 14.4) |
| LCH | lch(21.8 39.9 21.1) |
| OKLCH | oklch(0.340 0.116 17.2) |
Copy-ready code
/* CSS */
color: #671321;
background-color: #671321;
/* Tailwind (arbitrary) */
class="text-[#671321] bg-[#671321]"
/* SCSS */
$brand: #671321;
/* SwiftUI */
Color(red: 0.404, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#671321")Accessibility — WCAG contrast
Aa
#671321 on white: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671321 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow68.0%
Key (black)59.6%
Color previews
#671321 text on a black background
contrast 1.69:1
Card sample
#671321 text on a white background
contrast 12.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671321;
Background color
Panel with #671321 background
background-color: #671321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671321; background: linear-gradient(135deg, #671321, #673D13);