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