#46103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
70, 16, 60
HSL
311°, 63%, 17%
CMYK
0, 77, 14, 73
Luminance
0.0200
Every format
| HEX | #46103c |
| RGB | rgb(70, 16, 60) |
| HSL | hsl(311, 63%, 17%) |
| CMYK | cmyk(0%, 77%, 14%, 73%) |
| LAB | lab(15.5 31.1 -14.7) |
| LCH | lch(15.5 34.4 334.6) |
| OKLCH | oklch(0.284 0.100 336.2) |
Copy-ready code
/* CSS */
color: #46103c;
background-color: #46103c;
/* Tailwind (arbitrary) */
class="text-[#46103c] bg-[#46103c]"
/* SCSS */
$brand: #46103c;
/* SwiftUI */
Color(red: 0.275, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#46103c")Accessibility — WCAG contrast
Aa
#46103c on white: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46103c on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow14.3%
Key (black)72.5%
Color previews
#46103c text on a black background
contrast 1.40:1
Card sample
#46103c text on a white background
contrast 15.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46103c;
Background color
Panel with #46103c background
background-color: #46103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46103c; background: linear-gradient(135deg, #46103c, #461018);