#380f38
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
56, 15, 56
HSL
300°, 58%, 14%
CMYK
0, 73, 0, 78
Luminance
0.0147
Every format
| HEX | #380f38 |
| RGB | rgb(56, 15, 56) |
| HSL | hsl(300, 58%, 14%) |
| CMYK | cmyk(0%, 73%, 0%, 78%) |
| LAB | lab(12.4 26.6 -16.9) |
| LCH | lch(12.4 31.5 327.5) |
| OKLCH | oklch(0.256 0.087 327.8) |
Copy-ready code
/* CSS */
color: #380f38;
background-color: #380f38;
/* Tailwind (arbitrary) */
class="text-[#380f38] bg-[#380f38]"
/* SCSS */
$brand: #380f38;
/* SwiftUI */
Color(red: 0.220, green: 0.059, blue: 0.220)
/* Android */
Color.parseColor("#380f38")Accessibility — WCAG contrast
Aa
#380f38 on white: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380f38 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green5.9%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow0.0%
Key (black)78.0%
Color previews
#380f38 text on a black background
contrast 1.29:1
Card sample
#380f38 text on a white background
contrast 16.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380f38;
Background color
Panel with #380f38 background
background-color: #380f38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380f38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 15, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 15, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380f38; background: linear-gradient(135deg, #380f38, #380F1D);