#381f3d
a deep, soft magenta / pink · warm · closest name: black
RGB
56, 31, 61
HSL
290°, 33%, 18%
CMYK
8, 49, 0, 76
Luminance
0.0216
Every format
| HEX | #381f3d |
| RGB | rgb(56, 31, 61) |
| HSL | hsl(290, 33%, 18%) |
| CMYK | cmyk(8%, 49%, 0%, 76%) |
| LAB | lab(16.3 18.2 -14.3) |
| LCH | lch(16.3 23.1 321.7) |
| OKLCH | oklch(0.286 0.062 320.8) |
Copy-ready code
/* CSS */
color: #381f3d;
background-color: #381f3d;
/* Tailwind (arbitrary) */
class="text-[#381f3d] bg-[#381f3d]"
/* SCSS */
$brand: #381f3d;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.239)
/* Android */
Color.parseColor("#381f3d")Accessibility — WCAG contrast
Aa
#381f3d on white: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f3d on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue23.9%
CMYK percentages
Cyan8.2%
Magenta49.2%
Yellow0.0%
Key (black)76.1%
Color previews
#381f3d text on a black background
contrast 1.43:1
Card sample
#381f3d text on a white background
contrast 14.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f3d;
Background color
Panel with #381f3d background
background-color: #381f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f3d; background: linear-gradient(135deg, #381f3d, #3D1F2E);