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