#3e360d
a deep, vivid yellow · cool · closest name: darkslategray
RGB
62, 54, 13
HSL
50°, 65%, 15%
CMYK
0, 13, 79, 76
Luminance
0.0369
Every format
| HEX | #3e360d |
| RGB | rgb(62, 54, 13) |
| HSL | hsl(50, 65%, 15%) |
| CMYK | cmyk(0%, 13%, 79%, 76%) |
| LAB | lab(22.6 -2.1 25.9) |
| LCH | lch(22.6 26.0 94.6) |
| OKLCH | oklch(0.332 0.059 98.0) |
Copy-ready code
/* CSS */
color: #3e360d;
background-color: #3e360d;
/* Tailwind (arbitrary) */
class="text-[#3e360d] bg-[#3e360d]"
/* SCSS */
$brand: #3e360d;
/* SwiftUI */
Color(red: 0.243, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#3e360d")Accessibility — WCAG contrast
Aa
#3e360d on white: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e360d on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow79.0%
Key (black)75.7%
Color previews
#3e360d text on a black background
contrast 1.74:1
Card sample
#3e360d text on a white background
contrast 12.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e360d;
Background color
Panel with #3e360d background
background-color: #3e360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e360d; background: linear-gradient(135deg, #3e360d, #253E0D);