#38052a
a deep, electric magenta / pink · warm · closest name: black
RGB
56, 5, 42
HSL
317°, 84%, 12%
CMYK
0, 91, 25, 78
Luminance
0.0112
Every format
| HEX | #38052a |
| RGB | rgb(56, 5, 42) |
| HSL | hsl(317, 84%, 12%) |
| CMYK | cmyk(0%, 91%, 25%, 78%) |
| LAB | lab(9.9 28.6 -10.5) |
| LCH | lch(9.9 30.5 339.8) |
| OKLCH | oklch(0.236 0.091 341.8) |
Copy-ready code
/* CSS */
color: #38052a;
background-color: #38052a;
/* Tailwind (arbitrary) */
class="text-[#38052a] bg-[#38052a]"
/* SCSS */
$brand: #38052a;
/* SwiftUI */
Color(red: 0.220, green: 0.020, blue: 0.165)
/* Android */
Color.parseColor("#38052a")Accessibility — WCAG contrast
Aa
#38052a on white: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38052a on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green2.0%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow25.0%
Key (black)78.0%
Color previews
#38052a text on a black background
contrast 1.22:1
Card sample
#38052a text on a white background
contrast 17.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38052a;
Background color
Panel with #38052a background
background-color: #38052a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38052a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 5, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 5, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38052a; background: linear-gradient(135deg, #38052a, #380508);