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