#412f2f
a deep, soft red · warm · closest name: black
RGB
65, 47, 47
HSL
0°, 16%, 22%
CMYK
0, 28, 28, 75
Luminance
0.0336
Every format
| HEX | #412f2f |
| RGB | rgb(65, 47, 47) |
| HSL | hsl(0, 16%, 22%) |
| CMYK | cmyk(0%, 28%, 28%, 75%) |
| LAB | lab(21.4 8.2 3.2) |
| LCH | lch(21.4 8.8 21.3) |
| OKLCH | oklch(0.326 0.026 18.6) |
Copy-ready code
/* CSS */
color: #412f2f;
background-color: #412f2f;
/* Tailwind (arbitrary) */
class="text-[#412f2f] bg-[#412f2f]"
/* SCSS */
$brand: #412f2f;
/* SwiftUI */
Color(red: 0.255, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#412f2f")Accessibility — WCAG contrast
Aa
#412f2f on white: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#412f2f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow27.7%
Key (black)74.5%
Color previews
#412f2f text on a black background
contrast 1.67:1
Card sample
#412f2f text on a white background
contrast 12.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #412f2f;
Background color
Panel with #412f2f background
background-color: #412f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #412f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #412f2f; background: linear-gradient(135deg, #412f2f, #413B2F);