#60233f
a dark, vivid magenta / pink · warm · closest name: black
RGB
96, 35, 63
HSL
333°, 47%, 26%
CMYK
0, 64, 34, 62
Luminance
0.0405
Every format
| HEX | #60233f |
| RGB | rgb(96, 35, 63) |
| HSL | hsl(333, 47%, 26%) |
| CMYK | cmyk(0%, 64%, 34%, 62%) |
| LAB | lab(23.8 30.9 -3.7) |
| LCH | lch(23.8 31.1 353.2) |
| OKLCH | oklch(0.356 0.095 354.4) |
Copy-ready code
/* CSS */
color: #60233f;
background-color: #60233f;
/* Tailwind (arbitrary) */
class="text-[#60233f] bg-[#60233f]"
/* SCSS */
$brand: #60233f;
/* SwiftUI */
Color(red: 0.376, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#60233f")Accessibility — WCAG contrast
Aa
#60233f on white: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#60233f on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow34.4%
Key (black)62.4%
Color previews
#60233f text on a black background
contrast 1.81:1
Card sample
#60233f text on a white background
contrast 11.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60233f;
Background color
Panel with #60233f background
background-color: #60233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60233f; background: linear-gradient(135deg, #60233f, #603023);