#810c2f
a dark, electric magenta / pink · warm · closest name: maroon
RGB
129, 12, 47
HSL
342°, 83%, 28%
CMYK
0, 91, 64, 49
Luminance
0.0514
Every format
| HEX | #810c2f |
| RGB | rgb(129, 12, 47) |
| HSL | hsl(342, 83%, 28%) |
| CMYK | cmyk(0%, 91%, 64%, 49%) |
| LAB | lab(27.1 47.8 12.8) |
| LCH | lch(27.1 49.5 15.0) |
| OKLCH | oklch(0.391 0.147 12.3) |
Copy-ready code
/* CSS */
color: #810c2f;
background-color: #810c2f;
/* Tailwind (arbitrary) */
class="text-[#810c2f] bg-[#810c2f]"
/* SCSS */
$brand: #810c2f;
/* SwiftUI */
Color(red: 0.506, green: 0.047, blue: 0.184)
/* Android */
Color.parseColor("#810c2f")Accessibility — WCAG contrast
Aa
#810c2f on white: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#810c2f on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green4.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow63.6%
Key (black)49.4%
Color previews
#810c2f text on a black background
contrast 2.03:1
Card sample
#810c2f text on a white background
contrast 10.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810c2f;
Background color
Panel with #810c2f background
background-color: #810c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 12, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 12, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810c2f; background: linear-gradient(135deg, #810c2f, #81370C);