#5c255f
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
92, 37, 95
HSL
297°, 44%, 26%
CMYK
3, 61, 0, 63
Luminance
0.0442
Every format
| HEX | #5c255f |
| RGB | rgb(92, 37, 95) |
| HSL | hsl(297, 44%, 26%) |
| CMYK | cmyk(3%, 61%, 0%, 63%) |
| LAB | lab(25.0 34.1 -23.3) |
| LCH | lch(25.0 41.3 325.7) |
| OKLCH | oklch(0.368 0.114 325.5) |
Copy-ready code
/* CSS */
color: #5c255f;
background-color: #5c255f;
/* Tailwind (arbitrary) */
class="text-[#5c255f] bg-[#5c255f]"
/* SCSS */
$brand: #5c255f;
/* SwiftUI */
Color(red: 0.361, green: 0.145, blue: 0.373)
/* Android */
Color.parseColor("#5c255f")Accessibility — WCAG contrast
Aa
#5c255f on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c255f on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green14.5%
Blue37.3%
CMYK percentages
Cyan3.2%
Magenta61.1%
Yellow0.0%
Key (black)62.7%
Color previews
#5c255f text on a black background
contrast 1.88:1
Card sample
#5c255f text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c255f;
Background color
Panel with #5c255f background
background-color: #5c255f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c255f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 37, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 37, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c255f; background: linear-gradient(135deg, #5c255f, #5F253B);