#602266
a dark, vivid magenta / pink · warm · closest name: purple
RGB
96, 34, 102
HSL
295°, 50%, 27%
CMYK
6, 67, 0, 60
Luminance
0.0459
Every format
| HEX | #602266 |
| RGB | rgb(96, 34, 102) |
| HSL | hsl(295, 50%, 27%) |
| CMYK | cmyk(6%, 67%, 0%, 60%) |
| LAB | lab(25.5 38.2 -27.0) |
| LCH | lch(25.5 46.8 324.8) |
| OKLCH | oklch(0.374 0.128 324.1) |
Copy-ready code
/* CSS */
color: #602266;
background-color: #602266;
/* Tailwind (arbitrary) */
class="text-[#602266] bg-[#602266]"
/* SCSS */
$brand: #602266;
/* SwiftUI */
Color(red: 0.376, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#602266")Accessibility — WCAG contrast
Aa
#602266 on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602266 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green13.3%
Blue40.0%
CMYK percentages
Cyan5.9%
Magenta66.7%
Yellow0.0%
Key (black)60.0%
Color previews
#602266 text on a black background
contrast 1.92:1
Card sample
#602266 text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602266;
Background color
Panel with #602266 background
background-color: #602266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602266; background: linear-gradient(135deg, #602266, #66223F);