#380538
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
56, 5, 56
HSL
300°, 84%, 12%
CMYK
0, 91, 0, 78
Luminance
0.0123
Every format
| HEX | #380538 |
| RGB | rgb(56, 5, 56) |
| HSL | hsl(300, 84%, 12%) |
| CMYK | cmyk(0%, 91%, 0%, 78%) |
| LAB | lab(10.8 31.1 -19.4) |
| LCH | lch(10.8 36.7 328.0) |
| OKLCH | oklch(0.245 0.102 328.2) |
Copy-ready code
/* CSS */
color: #380538;
background-color: #380538;
/* Tailwind (arbitrary) */
class="text-[#380538] bg-[#380538]"
/* SCSS */
$brand: #380538;
/* SwiftUI */
Color(red: 0.220, green: 0.020, blue: 0.220)
/* Android */
Color.parseColor("#380538")Accessibility — WCAG contrast
Aa
#380538 on white: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380538 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green2.0%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow0.0%
Key (black)78.0%
Color previews
#380538 text on a black background
contrast 1.25:1
Card sample
#380538 text on a white background
contrast 16.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380538;
Background color
Panel with #380538 background
background-color: #380538;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380538;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 5, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 5, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380538; background: linear-gradient(135deg, #380538, #380516);