#6a1621
a dark, vivid red · warm · closest name: maroon
RGB
106, 22, 33
HSL
352°, 66%, 25%
CMYK
0, 79, 69, 58
Luminance
0.0375
Every format
| HEX | #6a1621 |
| RGB | rgb(106, 22, 33) |
| HSL | hsl(352, 66%, 25%) |
| CMYK | cmyk(0%, 79%, 69%, 58%) |
| LAB | lab(22.8 37.2 15.8) |
| LCH | lch(22.8 40.4 23.0) |
| OKLCH | oklch(0.349 0.117 18.8) |
Copy-ready code
/* CSS */
color: #6a1621;
background-color: #6a1621;
/* Tailwind (arbitrary) */
class="text-[#6a1621] bg-[#6a1621]"
/* SCSS */
$brand: #6a1621;
/* SwiftUI */
Color(red: 0.416, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#6a1621")Accessibility — WCAG contrast
Aa
#6a1621 on white: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a1621 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow68.9%
Key (black)58.4%
Color previews
#6a1621 text on a black background
contrast 1.75:1
Card sample
#6a1621 text on a white background
contrast 12.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a1621;
Background color
Panel with #6a1621 background
background-color: #6a1621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a1621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a1621; background: linear-gradient(135deg, #6a1621, #6A4316);