#41103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
65, 16, 60
HSL
306°, 61%, 16%
CMYK
0, 75, 8, 75
Luminance
0.0182
Every format
| HEX | #41103c |
| RGB | rgb(65, 16, 60) |
| HSL | hsl(306, 61%, 16%) |
| CMYK | cmyk(0%, 75%, 8%, 75%) |
| LAB | lab(14.5 29.6 -16.3) |
| LCH | lch(14.5 33.8 331.1) |
| OKLCH | oklch(0.276 0.096 332.2) |
Copy-ready code
/* CSS */
color: #41103c;
background-color: #41103c;
/* Tailwind (arbitrary) */
class="text-[#41103c] bg-[#41103c]"
/* SCSS */
$brand: #41103c;
/* SwiftUI */
Color(red: 0.255, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#41103c")Accessibility — WCAG contrast
Aa
#41103c on white: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#41103c on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow7.7%
Key (black)74.5%
Color previews
#41103c text on a black background
contrast 1.36:1
Card sample
#41103c text on a white background
contrast 15.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41103c;
Background color
Panel with #41103c background
background-color: #41103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41103c; background: linear-gradient(135deg, #41103c, #41101B);