#45103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
69, 16, 60
HSL
310°, 62%, 17%
CMYK
0, 77, 13, 73
Luminance
0.0196
Every format
| HEX | #45103c |
| RGB | rgb(69, 16, 60) |
| HSL | hsl(310, 62%, 17%) |
| CMYK | cmyk(0%, 77%, 13%, 73%) |
| LAB | lab(15.3 30.8 -15.1) |
| LCH | lch(15.3 34.3 333.9) |
| OKLCH | oklch(0.283 0.099 335.4) |
Copy-ready code
/* CSS */
color: #45103c;
background-color: #45103c;
/* Tailwind (arbitrary) */
class="text-[#45103c] bg-[#45103c]"
/* SCSS */
$brand: #45103c;
/* SwiftUI */
Color(red: 0.271, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#45103c")Accessibility — WCAG contrast
Aa
#45103c on white: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45103c on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow13.0%
Key (black)72.9%
Color previews
#45103c text on a black background
contrast 1.39:1
Card sample
#45103c text on a white background
contrast 15.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45103c;
Background color
Panel with #45103c background
background-color: #45103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45103c; background: linear-gradient(135deg, #45103c, #451019);