#381f39
a deep, soft magenta / pink · warm · closest name: black
RGB
56, 31, 57
HSL
298°, 30%, 17%
CMYK
2, 46, 0, 78
Luminance
0.0212
Every format
| HEX | #381f39 |
| RGB | rgb(56, 31, 57) |
| HSL | hsl(298, 30%, 17%) |
| CMYK | cmyk(2%, 46%, 0%, 78%) |
| LAB | lab(16.1 17.2 -11.9) |
| LCH | lch(16.1 20.9 325.4) |
| OKLCH | oklch(0.284 0.057 325.6) |
Copy-ready code
/* CSS */
color: #381f39;
background-color: #381f39;
/* Tailwind (arbitrary) */
class="text-[#381f39] bg-[#381f39]"
/* SCSS */
$brand: #381f39;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.224)
/* Android */
Color.parseColor("#381f39")Accessibility — WCAG contrast
Aa
#381f39 on white: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f39 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue22.4%
CMYK percentages
Cyan1.8%
Magenta45.6%
Yellow0.0%
Key (black)77.6%
Color previews
#381f39 text on a black background
contrast 1.42:1
Card sample
#381f39 text on a white background
contrast 14.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f39;
Background color
Panel with #381f39 background
background-color: #381f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f39; background: linear-gradient(135deg, #381f39, #391F29);