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