#410c00
a deep, electric red · warm · closest name: black
RGB
65, 12, 0
HSL
11°, 100%, 13%
CMYK
0, 82, 100, 75
Luminance
0.0139
Every format
| HEX | #410c00 |
| RGB | rgb(65, 12, 0) |
| HSL | hsl(11, 100%, 13%) |
| CMYK | cmyk(0%, 82%, 100%, 75%) |
| LAB | lab(11.9 24.7 18.4) |
| LCH | lch(11.9 30.8 36.6) |
| OKLCH | oklch(0.250 0.085 36.5) |
Copy-ready code
/* CSS */
color: #410c00;
background-color: #410c00;
/* Tailwind (arbitrary) */
class="text-[#410c00] bg-[#410c00]"
/* SCSS */
$brand: #410c00;
/* SwiftUI */
Color(red: 0.255, green: 0.047, blue: 0.000)
/* Android */
Color.parseColor("#410c00")Accessibility — WCAG contrast
Aa
#410c00 on white: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410c00 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green4.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow100.0%
Key (black)74.5%
Color previews
#410c00 text on a black background
contrast 1.28:1
Card sample
#410c00 text on a white background
contrast 16.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410c00;
Background color
Panel with #410c00 background
background-color: #410c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 12, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 12, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410c00; background: linear-gradient(135deg, #410c00, #413700);