#5f264b
a dark, soft magenta / pink · warm · closest name: purple
RGB
95, 38, 75
HSL
321°, 43%, 26%
CMYK
0, 60, 21, 63
Luminance
0.0433
Every format
| HEX | #5f264b |
| RGB | rgb(95, 38, 75) |
| HSL | hsl(321, 43%, 26%) |
| CMYK | cmyk(0%, 60%, 21%, 63%) |
| LAB | lab(24.7 30.8 -10.4) |
| LCH | lch(24.7 32.5 341.3) |
| OKLCH | oklch(0.364 0.096 343.2) |
Copy-ready code
/* CSS */
color: #5f264b;
background-color: #5f264b;
/* Tailwind (arbitrary) */
class="text-[#5f264b] bg-[#5f264b]"
/* SCSS */
$brand: #5f264b;
/* SwiftUI */
Color(red: 0.373, green: 0.149, blue: 0.294)
/* Android */
Color.parseColor("#5f264b")Accessibility — WCAG contrast
Aa
#5f264b on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f264b on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green14.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow21.1%
Key (black)62.7%
Color previews
#5f264b text on a black background
contrast 1.87:1
Card sample
#5f264b text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f264b;
Background color
Panel with #5f264b background
background-color: #5f264b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f264b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 38, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 38, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f264b; background: linear-gradient(135deg, #5f264b, #5F2726);