#3d3413
a deep, vivid yellow · cool · closest name: darkslategray
RGB
61, 52, 19
HSL
47°, 53%, 16%
CMYK
0, 15, 69, 76
Luminance
0.0350
Every format
| HEX | #3d3413 |
| RGB | rgb(61, 52, 19) |
| HSL | hsl(47, 53%, 16%) |
| CMYK | cmyk(0%, 15%, 69%, 76%) |
| LAB | lab(21.9 -0.9 21.9) |
| LCH | lch(21.9 21.9 92.2) |
| OKLCH | oklch(0.327 0.051 94.2) |
Copy-ready code
/* CSS */
color: #3d3413;
background-color: #3d3413;
/* Tailwind (arbitrary) */
class="text-[#3d3413] bg-[#3d3413]"
/* SCSS */
$brand: #3d3413;
/* SwiftUI */
Color(red: 0.239, green: 0.204, blue: 0.075)
/* Android */
Color.parseColor("#3d3413")Accessibility — WCAG contrast
Aa
#3d3413 on white: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d3413 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green20.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow68.9%
Key (black)76.1%
Color previews
#3d3413 text on a black background
contrast 1.70:1
Card sample
#3d3413 text on a white background
contrast 12.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d3413;
Background color
Panel with #3d3413 background
background-color: #3d3413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d3413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 52, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 52, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d3413; background: linear-gradient(135deg, #3d3413, #2A3D13);