#401117
a deep, vivid red · warm · closest name: black
RGB
64, 17, 23
HSL
352°, 58%, 16%
CMYK
0, 73, 64, 75
Luminance
0.0155
Every format
| HEX | #401117 |
| RGB | rgb(64, 17, 23) |
| HSL | hsl(352, 58%, 16%) |
| CMYK | cmyk(0%, 73%, 64%, 75%) |
| LAB | lab(12.9 23.4 8.3) |
| LCH | lch(12.9 24.8 19.5) |
| OKLCH | oklch(0.259 0.073 16.4) |
Copy-ready code
/* CSS */
color: #401117;
background-color: #401117;
/* Tailwind (arbitrary) */
class="text-[#401117] bg-[#401117]"
/* SCSS */
$brand: #401117;
/* SwiftUI */
Color(red: 0.251, green: 0.067, blue: 0.090)
/* Android */
Color.parseColor("#401117")Accessibility — WCAG contrast
Aa
#401117 on white: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401117 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green6.7%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow64.1%
Key (black)74.9%
Color previews
#401117 text on a black background
contrast 1.31:1
Card sample
#401117 text on a white background
contrast 16.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401117;
Background color
Panel with #401117 background
background-color: #401117;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401117;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 17, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 17, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401117; background: linear-gradient(135deg, #401117, #402A11);