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