#3f2f2e
a deep, soft red · warm · closest name: darkslategray
RGB
63, 47, 46
HSL
4°, 16%, 21%
CMYK
0, 25, 27, 75
Luminance
0.0329
Every format
| HEX | #3f2f2e |
| RGB | rgb(63, 47, 46) |
| HSL | hsl(4, 16%, 21%) |
| CMYK | cmyk(0%, 25%, 27%, 75%) |
| LAB | lab(21.2 7.1 3.5) |
| LCH | lch(21.2 7.9 25.9) |
| OKLCH | oklch(0.323 0.024 22.6) |
Copy-ready code
/* CSS */
color: #3f2f2e;
background-color: #3f2f2e;
/* Tailwind (arbitrary) */
class="text-[#3f2f2e] bg-[#3f2f2e]"
/* SCSS */
$brand: #3f2f2e;
/* SwiftUI */
Color(red: 0.247, green: 0.184, blue: 0.180)
/* Android */
Color.parseColor("#3f2f2e")Accessibility — WCAG contrast
Aa
#3f2f2e on white: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2f2e on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.4%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow27.0%
Key (black)75.3%
Color previews
#3f2f2e text on a black background
contrast 1.66:1
Card sample
#3f2f2e text on a white background
contrast 12.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2f2e;
Background color
Panel with #3f2f2e background
background-color: #3f2f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 47, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 47, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2f2e; background: linear-gradient(135deg, #3f2f2e, #3F3A2E);