#56103c
a deep, vivid magenta / pink · warm · closest name: purple
RGB
86, 16, 60
HSL
322°, 69%, 20%
CMYK
0, 81, 30, 66
Luminance
0.0268
Every format
| HEX | #56103c |
| RGB | rgb(86, 16, 60) |
| HSL | hsl(322, 69%, 20%) |
| CMYK | cmyk(0%, 81%, 30%, 66%) |
| LAB | lab(18.7 35.8 -9.5) |
| LCH | lch(18.7 37.0 345.1) |
| OKLCH | oklch(0.314 0.112 347.0) |
Copy-ready code
/* CSS */
color: #56103c;
background-color: #56103c;
/* Tailwind (arbitrary) */
class="text-[#56103c] bg-[#56103c]"
/* SCSS */
$brand: #56103c;
/* SwiftUI */
Color(red: 0.337, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#56103c")Accessibility — WCAG contrast
Aa
#56103c on white: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#56103c on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow30.2%
Key (black)66.3%
Color previews
#56103c text on a black background
contrast 1.54:1
Card sample
#56103c text on a white background
contrast 13.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56103c;
Background color
Panel with #56103c background
background-color: #56103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56103c; background: linear-gradient(135deg, #56103c, #561310);