#38142f
a deep, vivid magenta / pink · warm · closest name: black
RGB
56, 20, 47
HSL
315°, 47%, 15%
CMYK
0, 64, 16, 78
Luminance
0.0155
Every format
| HEX | #38142f |
| RGB | rgb(56, 20, 47) |
| HSL | hsl(315, 47%, 15%) |
| CMYK | cmyk(0%, 64%, 16%, 78%) |
| LAB | lab(12.9 22.0 -9.6) |
| LCH | lch(12.9 24.0 336.4) |
| OKLCH | oklch(0.258 0.070 338.1) |
Copy-ready code
/* CSS */
color: #38142f;
background-color: #38142f;
/* Tailwind (arbitrary) */
class="text-[#38142f] bg-[#38142f]"
/* SCSS */
$brand: #38142f;
/* SwiftUI */
Color(red: 0.220, green: 0.078, blue: 0.184)
/* Android */
Color.parseColor("#38142f")Accessibility — WCAG contrast
Aa
#38142f on white: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38142f on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green7.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow16.1%
Key (black)78.0%
Color previews
#38142f text on a black background
contrast 1.31:1
Card sample
#38142f text on a white background
contrast 16.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38142f;
Background color
Panel with #38142f background
background-color: #38142f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38142f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 20, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 20, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38142f; background: linear-gradient(135deg, #38142f, #381417);