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