#c60eb3
a dark, electric magenta / pink · warm · closest name: purple
RGB
198, 14, 179
HSL
306°, 87%, 42%
CMYK
0, 93, 10, 22
Luminance
0.1557
Every format
| HEX | #c60eb3 |
| RGB | rgb(198, 14, 179) |
| HSL | hsl(306, 87%, 42%) |
| CMYK | cmyk(0%, 93%, 10%, 22%) |
| LAB | lab(46.4 77.3 -40.2) |
| LCH | lch(46.4 87.1 332.5) |
| OKLCH | oklch(0.572 0.250 333.8) |
Copy-ready code
/* CSS */
color: #c60eb3;
background-color: #c60eb3;
/* Tailwind (arbitrary) */
class="text-[#c60eb3] bg-[#c60eb3]"
/* SCSS */
$brand: #c60eb3;
/* SwiftUI */
Color(red: 0.776, green: 0.055, blue: 0.702)
/* Android */
Color.parseColor("#c60eb3")Accessibility — WCAG contrast
Aa
#c60eb3 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c60eb3 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green5.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow9.6%
Key (black)22.4%
Color previews
#c60eb3 text on a black background
contrast 4.11:1
Card sample
#c60eb3 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60eb3;
Background color
Panel with #c60eb3 background
background-color: #c60eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 14, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 14, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60eb3; background: linear-gradient(135deg, #c60eb3, #C60E38);