#410600
a deep, electric red · warm · closest name: maroon
RGB
65, 6, 0
HSL
6°, 100%, 13%
CMYK
0, 91, 100, 75
Luminance
0.0125
Every format
| HEX | #410600 |
| RGB | rgb(65, 6, 0) |
| HSL | hsl(6, 100%, 13%) |
| CMYK | cmyk(0%, 91%, 100%, 75%) |
| LAB | lab(10.9 27.3 17.1) |
| LCH | lch(10.9 32.2 32.1) |
| OKLCH | oklch(0.243 0.090 32.8) |
Copy-ready code
/* CSS */
color: #410600;
background-color: #410600;
/* Tailwind (arbitrary) */
class="text-[#410600] bg-[#410600]"
/* SCSS */
$brand: #410600;
/* SwiftUI */
Color(red: 0.255, green: 0.024, blue: 0.000)
/* Android */
Color.parseColor("#410600")Accessibility — WCAG contrast
Aa
#410600 on white: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410600 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green2.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow100.0%
Key (black)74.5%
Color previews
#410600 text on a black background
contrast 1.25:1
Card sample
#410600 text on a white background
contrast 16.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410600;
Background color
Panel with #410600 background
background-color: #410600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 6, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 6, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410600; background: linear-gradient(135deg, #410600, #413100);