#3d3921
a deep, soft yellow · cool · closest name: darkslategray
RGB
61, 57, 33
HSL
51°, 30%, 18%
CMYK
0, 7, 46, 76
Luminance
0.0403
Every format
| HEX | #3d3921 |
| RGB | rgb(61, 57, 33) |
| HSL | hsl(51, 30%, 18%) |
| CMYK | cmyk(0%, 7%, 46%, 76%) |
| LAB | lab(23.8 -2.5 15.6) |
| LCH | lch(23.8 15.8 99.2) |
| OKLCH | oklch(0.342 0.039 100.0) |
Copy-ready code
/* CSS */
color: #3d3921;
background-color: #3d3921;
/* Tailwind (arbitrary) */
class="text-[#3d3921] bg-[#3d3921]"
/* SCSS */
$brand: #3d3921;
/* SwiftUI */
Color(red: 0.239, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#3d3921")Accessibility — WCAG contrast
Aa
#3d3921 on white: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d3921 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow45.9%
Key (black)76.1%
Color previews
#3d3921 text on a black background
contrast 1.81:1
Card sample
#3d3921 text on a white background
contrast 11.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d3921;
Background color
Panel with #3d3921 background
background-color: #3d3921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d3921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d3921; background: linear-gradient(135deg, #3d3921, #2E3D21);