#39103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
57, 16, 60
HSL
296°, 58%, 15%
CMYK
5, 73, 0, 77
Luminance
0.0157
Every format
| HEX | #39103c |
| RGB | rgb(57, 16, 60) |
| HSL | hsl(296, 58%, 15%) |
| CMYK | cmyk(5%, 73%, 0%, 77%) |
| LAB | lab(13.0 27.2 -18.8) |
| LCH | lch(13.0 33.1 325.4) |
| OKLCH | oklch(0.262 0.091 325.0) |
Copy-ready code
/* CSS */
color: #39103c;
background-color: #39103c;
/* Tailwind (arbitrary) */
class="text-[#39103c] bg-[#39103c]"
/* SCSS */
$brand: #39103c;
/* SwiftUI */
Color(red: 0.224, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#39103c")Accessibility — WCAG contrast
Aa
#39103c on white: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39103c on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green6.3%
Blue23.5%
CMYK percentages
Cyan5.0%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#39103c text on a black background
contrast 1.31:1
Card sample
#39103c text on a white background
contrast 15.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39103c;
Background color
Panel with #39103c background
background-color: #39103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39103c; background: linear-gradient(135deg, #39103c, #3C1022);