#381325
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 19, 37
HSL
331°, 49%, 15%
CMYK
0, 66, 34, 78
Luminance
0.0144
Every format
| HEX | #381325 |
| RGB | rgb(56, 19, 37) |
| HSL | hsl(331, 49%, 15%) |
| CMYK | cmyk(0%, 66%, 34%, 78%) |
| LAB | lab(12.2 20.8 -3.3) |
| LCH | lch(12.2 21.1 350.9) |
| OKLCH | oklch(0.252 0.064 352.3) |
Copy-ready code
/* CSS */
color: #381325;
background-color: #381325;
/* Tailwind (arbitrary) */
class="text-[#381325] bg-[#381325]"
/* SCSS */
$brand: #381325;
/* SwiftUI */
Color(red: 0.220, green: 0.075, blue: 0.145)
/* Android */
Color.parseColor("#381325")Accessibility — WCAG contrast
Aa
#381325 on white: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381325 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green7.5%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow33.9%
Key (black)78.0%
Color previews
#381325 text on a black background
contrast 1.29:1
Card sample
#381325 text on a white background
contrast 16.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381325;
Background color
Panel with #381325 background
background-color: #381325;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381325;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 19, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 19, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381325; background: linear-gradient(135deg, #381325, #381A13);