#3e2e21
a deep, soft orange · warm · closest name: black
RGB
62, 46, 33
HSL
27°, 31%, 19%
CMYK
0, 26, 47, 76
Luminance
0.0309
Every format
| HEX | #3e2e21 |
| RGB | rgb(62, 46, 33) |
| HSL | hsl(27, 31%, 19%) |
| CMYK | cmyk(0%, 26%, 47%, 76%) |
| LAB | lab(20.4 5.2 11.2) |
| LCH | lch(20.4 12.4 65.0) |
| OKLCH | oklch(0.316 0.032 60.4) |
Copy-ready code
/* CSS */
color: #3e2e21;
background-color: #3e2e21;
/* Tailwind (arbitrary) */
class="text-[#3e2e21] bg-[#3e2e21]"
/* SCSS */
$brand: #3e2e21;
/* SwiftUI */
Color(red: 0.243, green: 0.180, blue: 0.129)
/* Android */
Color.parseColor("#3e2e21")Accessibility — WCAG contrast
Aa
#3e2e21 on white: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e2e21 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green18.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow46.8%
Key (black)75.7%
Color previews
#3e2e21 text on a black background
contrast 1.62:1
Card sample
#3e2e21 text on a white background
contrast 12.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e2e21;
Background color
Panel with #3e2e21 background
background-color: #3e2e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e2e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 46, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 46, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e2e21; background: linear-gradient(135deg, #3e2e21, #3B3E21);