#413809
a deep, electric yellow · cool · closest name: darkslategray
RGB
65, 56, 9
HSL
50°, 76%, 15%
CMYK
0, 14, 86, 75
Luminance
0.0397
Every format
| HEX | #413809 |
| RGB | rgb(65, 56, 9) |
| HSL | hsl(50, 76%, 15%) |
| CMYK | cmyk(0%, 14%, 86%, 75%) |
| LAB | lab(23.6 -2.0 28.7) |
| LCH | lch(23.6 28.8 94.0) |
| OKLCH | oklch(0.341 0.064 97.8) |
Copy-ready code
/* CSS */
color: #413809;
background-color: #413809;
/* Tailwind (arbitrary) */
class="text-[#413809] bg-[#413809]"
/* SCSS */
$brand: #413809;
/* SwiftUI */
Color(red: 0.255, green: 0.220, blue: 0.035)
/* Android */
Color.parseColor("#413809")Accessibility — WCAG contrast
Aa
#413809 on white: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#413809 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green22.0%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow86.2%
Key (black)74.5%
Color previews
#413809 text on a black background
contrast 1.79:1
Card sample
#413809 text on a white background
contrast 11.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413809;
Background color
Panel with #413809 background
background-color: #413809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 56, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 56, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413809; background: linear-gradient(135deg, #413809, #254109);