#5e233f
a dark, vivid magenta / pink · warm · closest name: black
RGB
94, 35, 63
HSL
332°, 46%, 25%
CMYK
0, 63, 33, 63
Luminance
0.0394
Every format
| HEX | #5e233f |
| RGB | rgb(94, 35, 63) |
| HSL | hsl(332, 46%, 25%) |
| CMYK | cmyk(0%, 63%, 33%, 63%) |
| LAB | lab(23.5 30.2 -4.2) |
| LCH | lch(23.5 30.5 352.0) |
| OKLCH | oklch(0.352 0.092 353.3) |
Copy-ready code
/* CSS */
color: #5e233f;
background-color: #5e233f;
/* Tailwind (arbitrary) */
class="text-[#5e233f] bg-[#5e233f]"
/* SCSS */
$brand: #5e233f;
/* SwiftUI */
Color(red: 0.369, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#5e233f")Accessibility — WCAG contrast
Aa
#5e233f on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e233f on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow33.0%
Key (black)63.1%
Color previews
#5e233f text on a black background
contrast 1.79:1
Card sample
#5e233f text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e233f;
Background color
Panel with #5e233f background
background-color: #5e233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e233f; background: linear-gradient(135deg, #5e233f, #5E2E23);