#5c103c
a deep, vivid magenta / pink · warm · closest name: purple
RGB
92, 16, 60
HSL
325°, 70%, 21%
CMYK
0, 83, 35, 64
Luminance
0.0297
Every format
| HEX | #5c103c |
| RGB | rgb(92, 16, 60) |
| HSL | hsl(325, 70%, 21%) |
| CMYK | cmyk(0%, 83%, 35%, 64%) |
| LAB | lab(19.9 37.5 -7.5) |
| LCH | lch(19.9 38.2 348.7) |
| OKLCH | oklch(0.325 0.117 350.3) |
Copy-ready code
/* CSS */
color: #5c103c;
background-color: #5c103c;
/* Tailwind (arbitrary) */
class="text-[#5c103c] bg-[#5c103c]"
/* SCSS */
$brand: #5c103c;
/* SwiftUI */
Color(red: 0.361, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#5c103c")Accessibility — WCAG contrast
Aa
#5c103c on white: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c103c on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow34.8%
Key (black)63.9%
Color previews
#5c103c text on a black background
contrast 1.59:1
Card sample
#5c103c text on a white background
contrast 13.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c103c;
Background color
Panel with #5c103c background
background-color: #5c103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c103c; background: linear-gradient(135deg, #5c103c, #5C1710);