#54233f
a deep, soft magenta / pink · warm · closest name: black
RGB
84, 35, 63
HSL
326°, 41%, 23%
CMYK
0, 58, 25, 67
Luminance
0.0345
Every format
| HEX | #54233f |
| RGB | rgb(84, 35, 63) |
| HSL | hsl(326, 41%, 23%) |
| CMYK | cmyk(0%, 58%, 25%, 67%) |
| LAB | lab(21.8 26.6 -7.0) |
| LCH | lch(21.8 27.4 345.3) |
| OKLCH | oklch(0.336 0.082 347.0) |
Copy-ready code
/* CSS */
color: #54233f;
background-color: #54233f;
/* Tailwind (arbitrary) */
class="text-[#54233f] bg-[#54233f]"
/* SCSS */
$brand: #54233f;
/* SwiftUI */
Color(red: 0.329, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#54233f")Accessibility — WCAG contrast
Aa
#54233f on white: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54233f on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow25.0%
Key (black)67.1%
Color previews
#54233f text on a black background
contrast 1.69:1
Card sample
#54233f text on a white background
contrast 12.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54233f;
Background color
Panel with #54233f background
background-color: #54233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54233f; background: linear-gradient(135deg, #54233f, #542823);