#3f2f3d
a deep, muted magenta / pink · warm · closest name: darkslategray
RGB
63, 47, 61
HSL
308°, 15%, 22%
CMYK
0, 25, 3, 75
Luminance
0.0343
Every format
| HEX | #3f2f3d |
| RGB | rgb(63, 47, 61) |
| HSL | hsl(308, 15%, 22%) |
| CMYK | cmyk(0%, 25%, 3%, 75%) |
| LAB | lab(21.7 10.2 -6.0) |
| LCH | lch(21.7 11.8 329.4) |
| OKLCH | oklch(0.329 0.033 330.5) |
Copy-ready code
/* CSS */
color: #3f2f3d;
background-color: #3f2f3d;
/* Tailwind (arbitrary) */
class="text-[#3f2f3d] bg-[#3f2f3d]"
/* SCSS */
$brand: #3f2f3d;
/* SwiftUI */
Color(red: 0.247, green: 0.184, blue: 0.239)
/* Android */
Color.parseColor("#3f2f3d")Accessibility — WCAG contrast
Aa
#3f2f3d on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2f3d on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow3.2%
Key (black)75.3%
Color previews
#3f2f3d text on a black background
contrast 1.69:1
Card sample
#3f2f3d text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2f3d;
Background color
Panel with #3f2f3d background
background-color: #3f2f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 47, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 47, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2f3d; background: linear-gradient(135deg, #3f2f3d, #3F2F32);