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