#48103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
72, 16, 60
HSL
313°, 64%, 17%
CMYK
0, 78, 17, 72
Luminance
0.0207
Every format
| HEX | #48103c |
| RGB | rgb(72, 16, 60) |
| HSL | hsl(313, 64%, 17%) |
| CMYK | cmyk(0%, 78%, 17%, 72%) |
| LAB | lab(15.9 31.7 -14.1) |
| LCH | lch(15.9 34.6 336.0) |
| OKLCH | oklch(0.288 0.101 337.7) |
Copy-ready code
/* CSS */
color: #48103c;
background-color: #48103c;
/* Tailwind (arbitrary) */
class="text-[#48103c] bg-[#48103c]"
/* SCSS */
$brand: #48103c;
/* SwiftUI */
Color(red: 0.282, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#48103c")Accessibility — WCAG contrast
Aa
#48103c on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48103c on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow16.7%
Key (black)71.8%
Color previews
#48103c text on a black background
contrast 1.41:1
Card sample
#48103c text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48103c;
Background color
Panel with #48103c background
background-color: #48103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48103c; background: linear-gradient(135deg, #48103c, #481017);