#413d13
a deep, vivid yellow · cool · closest name: darkslategray
RGB
65, 61, 19
HSL
55°, 55%, 17%
CMYK
0, 6, 71, 75
Luminance
0.0451
Every format
| HEX | #413d13 |
| RGB | rgb(65, 61, 19) |
| HSL | hsl(55, 55%, 17%) |
| CMYK | cmyk(0%, 6%, 71%, 75%) |
| LAB | lab(25.3 -4.5 25.7) |
| LCH | lch(25.3 26.1 100.0) |
| OKLCH | oklch(0.354 0.060 103.9) |
Copy-ready code
/* CSS */
color: #413d13;
background-color: #413d13;
/* Tailwind (arbitrary) */
class="text-[#413d13] bg-[#413d13]"
/* SCSS */
$brand: #413d13;
/* SwiftUI */
Color(red: 0.255, green: 0.239, blue: 0.075)
/* Android */
Color.parseColor("#413d13")Accessibility — WCAG contrast
Aa
#413d13 on white: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#413d13 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green23.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow70.8%
Key (black)74.5%
Color previews
#413d13 text on a black background
contrast 1.90:1
Card sample
#413d13 text on a white background
contrast 11.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413d13;
Background color
Panel with #413d13 background
background-color: #413d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 61, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 61, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413d13; background: linear-gradient(135deg, #413d13, #264113);