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