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