#602454
a dark, vivid magenta / pink · warm · closest name: purple
RGB
96, 36, 84
HSL
312°, 46%, 26%
CMYK
0, 63, 13, 62
Luminance
0.0439
Every format
| HEX | #602454 |
| RGB | rgb(96, 36, 84) |
| HSL | hsl(312, 46%, 26%) |
| CMYK | cmyk(0%, 63%, 13%, 62%) |
| LAB | lab(24.9 33.8 -16.1) |
| LCH | lch(24.9 37.4 334.5) |
| OKLCH | oklch(0.367 0.108 336.1) |
Copy-ready code
/* CSS */
color: #602454;
background-color: #602454;
/* Tailwind (arbitrary) */
class="text-[#602454] bg-[#602454]"
/* SCSS */
$brand: #602454;
/* SwiftUI */
Color(red: 0.376, green: 0.141, blue: 0.329)
/* Android */
Color.parseColor("#602454")Accessibility — WCAG contrast
Aa
#602454 on white: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602454 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green14.1%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow12.5%
Key (black)62.4%
Color previews
#602454 text on a black background
contrast 1.88:1
Card sample
#602454 text on a white background
contrast 11.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602454;
Background color
Panel with #602454 background
background-color: #602454;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602454;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 36, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 36, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602454; background: linear-gradient(135deg, #602454, #60242C);