#3e352f
a deep, muted orange · warm · closest name: darkslategray
RGB
62, 53, 47
HSL
24°, 14%, 21%
CMYK
0, 15, 24, 76
Luminance
0.0378
Every format
| HEX | #3e352f |
| RGB | rgb(62, 53, 47) |
| HSL | hsl(24, 14%, 21%) |
| CMYK | cmyk(0%, 15%, 24%, 76%) |
| LAB | lab(22.9 2.8 5.3) |
| LCH | lch(22.9 6.0 61.8) |
| OKLCH | oklch(0.337 0.017 55.8) |
Copy-ready code
/* CSS */
color: #3e352f;
background-color: #3e352f;
/* Tailwind (arbitrary) */
class="text-[#3e352f] bg-[#3e352f]"
/* SCSS */
$brand: #3e352f;
/* SwiftUI */
Color(red: 0.243, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#3e352f")Accessibility — WCAG contrast
Aa
#3e352f on white: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e352f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow24.2%
Key (black)75.7%
Color previews
#3e352f text on a black background
contrast 1.76:1
Card sample
#3e352f text on a white background
contrast 11.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e352f;
Background color
Panel with #3e352f background
background-color: #3e352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e352f; background: linear-gradient(135deg, #3e352f, #3D3E2F);