#4c103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
76, 16, 60
HSL
316°, 65%, 18%
CMYK
0, 79, 21, 70
Luminance
0.0223
Every format
| HEX | #4c103c |
| RGB | rgb(76, 16, 60) |
| HSL | hsl(316, 65%, 18%) |
| CMYK | cmyk(0%, 79%, 21%, 70%) |
| LAB | lab(16.7 32.8 -12.8) |
| LCH | lch(16.7 35.3 338.7) |
| OKLCH | oklch(0.295 0.104 340.6) |
Copy-ready code
/* CSS */
color: #4c103c;
background-color: #4c103c;
/* Tailwind (arbitrary) */
class="text-[#4c103c] bg-[#4c103c]"
/* SCSS */
$brand: #4c103c;
/* SwiftUI */
Color(red: 0.298, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#4c103c")Accessibility — WCAG contrast
Aa
#4c103c on white: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c103c on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow21.1%
Key (black)70.2%
Color previews
#4c103c text on a black background
contrast 1.45:1
Card sample
#4c103c text on a white background
contrast 14.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c103c;
Background color
Panel with #4c103c background
background-color: #4c103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c103c; background: linear-gradient(135deg, #4c103c, #4C1014);