#562256
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
86, 34, 86
HSL
300°, 43%, 24%
CMYK
0, 61, 0, 66
Luminance
0.0379
Every format
| HEX | #562256 |
| RGB | rgb(86, 34, 86) |
| HSL | hsl(300, 43%, 24%) |
| CMYK | cmyk(0%, 61%, 0%, 66%) |
| LAB | lab(23.0 32.0 -20.6) |
| LCH | lch(23.0 38.1 327.3) |
| OKLCH | oklch(0.349 0.106 327.5) |
Copy-ready code
/* CSS */
color: #562256;
background-color: #562256;
/* Tailwind (arbitrary) */
class="text-[#562256] bg-[#562256]"
/* SCSS */
$brand: #562256;
/* SwiftUI */
Color(red: 0.337, green: 0.133, blue: 0.337)
/* Android */
Color.parseColor("#562256")Accessibility — WCAG contrast
Aa
#562256 on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562256 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green13.3%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow0.0%
Key (black)66.3%
Color previews
#562256 text on a black background
contrast 1.76:1
Card sample
#562256 text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562256;
Background color
Panel with #562256 background
background-color: #562256;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562256;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 34, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 34, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562256; background: linear-gradient(135deg, #562256, #562233);