#381f2c
a deep, soft magenta / pink · warm · closest name: black
RGB
56, 31, 44
HSL
329°, 29%, 17%
CMYK
0, 45, 21, 78
Luminance
0.0200
Every format
| HEX | #381f2c |
| RGB | rgb(56, 31, 44) |
| HSL | hsl(329, 29%, 17%) |
| CMYK | cmyk(0%, 45%, 21%, 78%) |
| LAB | lab(15.5 14.4 -3.5) |
| LCH | lch(15.5 14.8 346.3) |
| OKLCH | oklch(0.277 0.044 347.9) |
Copy-ready code
/* CSS */
color: #381f2c;
background-color: #381f2c;
/* Tailwind (arbitrary) */
class="text-[#381f2c] bg-[#381f2c]"
/* SCSS */
$brand: #381f2c;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#381f2c")Accessibility — WCAG contrast
Aa
#381f2c on white: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f2c on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow21.4%
Key (black)78.0%
Color previews
#381f2c text on a black background
contrast 1.40:1
Card sample
#381f2c text on a white background
contrast 14.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f2c;
Background color
Panel with #381f2c background
background-color: #381f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f2c; background: linear-gradient(135deg, #381f2c, #38231F);