#381f28
a deep, soft magenta / pink · warm · closest name: black
RGB
56, 31, 40
HSL
338°, 29%, 17%
CMYK
0, 45, 29, 78
Luminance
0.0197
Every format
| HEX | #381f28 |
| RGB | rgb(56, 31, 40) |
| HSL | hsl(338, 29%, 17%) |
| CMYK | cmyk(0%, 45%, 29%, 78%) |
| LAB | lab(15.3 13.6 -0.9) |
| LCH | lch(15.3 13.7 356.3) |
| OKLCH | oklch(0.276 0.041 357.0) |
Copy-ready code
/* CSS */
color: #381f28;
background-color: #381f28;
/* Tailwind (arbitrary) */
class="text-[#381f28] bg-[#381f28]"
/* SCSS */
$brand: #381f28;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.157)
/* Android */
Color.parseColor("#381f28")Accessibility — WCAG contrast
Aa
#381f28 on white: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f28 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow28.6%
Key (black)78.0%
Color previews
#381f28 text on a black background
contrast 1.39:1
Card sample
#381f28 text on a white background
contrast 15.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f28;
Background color
Panel with #381f28 background
background-color: #381f28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f28; background: linear-gradient(135deg, #381f28, #38271F);