#55233f
a deep, soft magenta / pink · warm · closest name: black
RGB
85, 35, 63
HSL
326°, 42%, 24%
CMYK
0, 59, 26, 67
Luminance
0.0349
Every format
| HEX | #55233f |
| RGB | rgb(85, 35, 63) |
| HSL | hsl(326, 42%, 24%) |
| CMYK | cmyk(0%, 59%, 26%, 67%) |
| LAB | lab(21.9 26.9 -6.7) |
| LCH | lch(21.9 27.8 346.0) |
| OKLCH | oklch(0.338 0.083 347.7) |
Copy-ready code
/* CSS */
color: #55233f;
background-color: #55233f;
/* Tailwind (arbitrary) */
class="text-[#55233f] bg-[#55233f]"
/* SCSS */
$brand: #55233f;
/* SwiftUI */
Color(red: 0.333, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#55233f")Accessibility — WCAG contrast
Aa
#55233f on white: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55233f on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow25.9%
Key (black)66.7%
Color previews
#55233f text on a black background
contrast 1.70:1
Card sample
#55233f text on a white background
contrast 12.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55233f;
Background color
Panel with #55233f background
background-color: #55233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55233f; background: linear-gradient(135deg, #55233f, #552823);