#812621
a dark, vivid red · warm · closest name: maroon
RGB
129, 38, 33
HSL
3°, 59%, 32%
CMYK
0, 71, 74, 49
Luminance
0.0616
Every format
| HEX | #812621 |
| RGB | rgb(129, 38, 33) |
| HSL | hsl(3, 59%, 32%) |
| CMYK | cmyk(0%, 71%, 74%, 49%) |
| LAB | lab(29.8 38.7 25.4) |
| LCH | lch(29.8 46.3 33.2) |
| OKLCH | oklch(0.410 0.126 27.3) |
Copy-ready code
/* CSS */
color: #812621;
background-color: #812621;
/* Tailwind (arbitrary) */
class="text-[#812621] bg-[#812621]"
/* SCSS */
$brand: #812621;
/* SwiftUI */
Color(red: 0.506, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#812621")Accessibility — WCAG contrast
Aa
#812621 on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#812621 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow74.4%
Key (black)49.4%
Color previews
#812621 text on a black background
contrast 2.23:1
Card sample
#812621 text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #812621;
Background color
Panel with #812621 background
background-color: #812621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #812621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #812621; background: linear-gradient(135deg, #812621, #816621);