#3e4321
a deep, soft yellow · cool · closest name: darkslategray
RGB
62, 67, 33
HSL
69°, 34%, 20%
CMYK
8, 0, 51, 74
Luminance
0.0515
Every format
| HEX | #3e4321 |
| RGB | rgb(62, 67, 33) |
| HSL | hsl(69, 34%, 20%) |
| CMYK | cmyk(8%, 0%, 51%, 74%) |
| LAB | lab(27.1 -8.3 19.9) |
| LCH | lch(27.1 21.5 112.6) |
| OKLCH | oklch(0.369 0.053 115.9) |
Copy-ready code
/* CSS */
color: #3e4321;
background-color: #3e4321;
/* Tailwind (arbitrary) */
class="text-[#3e4321] bg-[#3e4321]"
/* SCSS */
$brand: #3e4321;
/* SwiftUI */
Color(red: 0.243, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#3e4321")Accessibility — WCAG contrast
Aa
#3e4321 on white: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e4321 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green26.3%
Blue12.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#3e4321 text on a black background
contrast 2.03:1
Card sample
#3e4321 text on a white background
contrast 10.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e4321;
Background color
Panel with #3e4321 background
background-color: #3e4321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e4321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e4321; background: linear-gradient(135deg, #3e4321, #274321);