#411713
a deep, vivid red · warm · closest name: black
RGB
65, 23, 19
HSL
5°, 55%, 17%
CMYK
0, 65, 71, 75
Luminance
0.0178
Every format
| HEX | #411713 |
| RGB | rgb(65, 23, 19) |
| HSL | hsl(5, 55%, 17%) |
| CMYK | cmyk(0%, 65%, 71%, 75%) |
| LAB | lab(14.3 20.1 12.9) |
| LCH | lch(14.3 23.9 32.7) |
| OKLCH | oklch(0.269 0.067 27.8) |
Copy-ready code
/* CSS */
color: #411713;
background-color: #411713;
/* Tailwind (arbitrary) */
class="text-[#411713] bg-[#411713]"
/* SCSS */
$brand: #411713;
/* SwiftUI */
Color(red: 0.255, green: 0.090, blue: 0.075)
/* Android */
Color.parseColor("#411713")Accessibility — WCAG contrast
Aa
#411713 on white: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#411713 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green9.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow70.8%
Key (black)74.5%
Color previews
#411713 text on a black background
contrast 1.36:1
Card sample
#411713 text on a white background
contrast 15.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #411713;
Background color
Panel with #411713 background
background-color: #411713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #411713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 23, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 23, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #411713; background: linear-gradient(135deg, #411713, #413613);