#c60eb0
a dark, electric magenta / pink · warm · closest name: purple
RGB
198, 14, 176
HSL
307°, 87%, 42%
CMYK
0, 93, 11, 22
Luminance
0.1545
Every format
| HEX | #c60eb0 |
| RGB | rgb(198, 14, 176) |
| HSL | hsl(307, 87%, 42%) |
| CMYK | cmyk(0%, 93%, 11%, 22%) |
| LAB | lab(46.3 76.9 -38.7) |
| LCH | lch(46.3 86.1 333.3) |
| OKLCH | oklch(0.570 0.248 334.7) |
Copy-ready code
/* CSS */
color: #c60eb0;
background-color: #c60eb0;
/* Tailwind (arbitrary) */
class="text-[#c60eb0] bg-[#c60eb0]"
/* SCSS */
$brand: #c60eb0;
/* SwiftUI */
Color(red: 0.776, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#c60eb0")Accessibility — WCAG contrast
Aa
#c60eb0 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c60eb0 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green5.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow11.1%
Key (black)22.4%
Color previews
#c60eb0 text on a black background
contrast 4.09:1
Card sample
#c60eb0 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60eb0;
Background color
Panel with #c60eb0 background
background-color: #c60eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60eb0; background: linear-gradient(135deg, #c60eb0, #C60E35);