#380a33
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 10, 51
HSL
307°, 70%, 13%
CMYK
0, 82, 9, 78
Luminance
0.0130
Every format
| HEX | #380a33 |
| RGB | rgb(56, 10, 51) |
| HSL | hsl(307, 70%, 13%) |
| CMYK | cmyk(0%, 82%, 9%, 78%) |
| LAB | lab(11.3 27.9 -15.1) |
| LCH | lch(11.3 31.7 331.6) |
| OKLCH | oklch(0.247 0.090 332.7) |
Copy-ready code
/* CSS */
color: #380a33;
background-color: #380a33;
/* Tailwind (arbitrary) */
class="text-[#380a33] bg-[#380a33]"
/* SCSS */
$brand: #380a33;
/* SwiftUI */
Color(red: 0.220, green: 0.039, blue: 0.200)
/* Android */
Color.parseColor("#380a33")Accessibility — WCAG contrast
Aa
#380a33 on white: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#380a33 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green3.9%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow8.9%
Key (black)78.0%
Color previews
#380a33 text on a black background
contrast 1.26:1
Card sample
#380a33 text on a white background
contrast 16.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #380a33;
Background color
Panel with #380a33 background
background-color: #380a33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #380a33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 10, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 10, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #380a33; background: linear-gradient(135deg, #380a33, #380A14);