#3e3821
a deep, soft yellow · cool · closest name: darkslategray
RGB
62, 56, 33
HSL
48°, 31%, 19%
CMYK
0, 10, 47, 76
Luminance
0.0396
Every format
| HEX | #3e3821 |
| RGB | rgb(62, 56, 33) |
| HSL | hsl(48, 31%, 19%) |
| CMYK | cmyk(0%, 10%, 47%, 76%) |
| LAB | lab(23.6 -1.4 15.3) |
| LCH | lch(23.6 15.4 95.1) |
| OKLCH | oklch(0.341 0.038 95.2) |
Copy-ready code
/* CSS */
color: #3e3821;
background-color: #3e3821;
/* Tailwind (arbitrary) */
class="text-[#3e3821] bg-[#3e3821]"
/* SCSS */
$brand: #3e3821;
/* SwiftUI */
Color(red: 0.243, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#3e3821")Accessibility — WCAG contrast
Aa
#3e3821 on white: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e3821 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow46.8%
Key (black)75.7%
Color previews
#3e3821 text on a black background
contrast 1.79:1
Card sample
#3e3821 text on a white background
contrast 11.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e3821;
Background color
Panel with #3e3821 background
background-color: #3e3821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e3821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e3821; background: linear-gradient(135deg, #3e3821, #313E21);