#c60880
a dark, electric magenta / pink · warm · closest name: purple
RGB
198, 8, 128
HSL
322°, 92%, 40%
CMYK
0, 96, 35, 22
Luminance
0.1374
Every format
| HEX | #c60880 |
| RGB | rgb(198, 8, 128) |
| HSL | hsl(322, 92%, 40%) |
| CMYK | cmyk(0%, 96%, 35%, 22%) |
| LAB | lab(43.9 71.8 -13.5) |
| LCH | lch(43.9 73.0 349.3) |
| OKLCH | oklch(0.546 0.224 351.0) |
Copy-ready code
/* CSS */
color: #c60880;
background-color: #c60880;
/* Tailwind (arbitrary) */
class="text-[#c60880] bg-[#c60880]"
/* SCSS */
$brand: #c60880;
/* SwiftUI */
Color(red: 0.776, green: 0.031, blue: 0.502)
/* Android */
Color.parseColor("#c60880")Accessibility — WCAG contrast
Aa
#c60880 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c60880 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green3.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow35.4%
Key (black)22.4%
Color previews
#c60880 text on a black background
contrast 3.75:1
Card sample
#c60880 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60880;
Background color
Panel with #c60880 background
background-color: #c60880;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60880;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 8, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 8, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60880; background: linear-gradient(135deg, #c60880, #C60F08);