#c60fd6
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 15, 214
HSL
295°, 87%, 45%
CMYK
8, 93, 0, 16
Luminance
0.1720
Every format
| HEX | #c60fd6 |
| RGB | rgb(198, 15, 214) |
| HSL | hsl(295, 87%, 45%) |
| CMYK | cmyk(8%, 93%, 0%, 16%) |
| LAB | lab(48.5 82.3 -57.2) |
| LCH | lch(48.5 100.2 325.2) |
| OKLCH | oklch(0.593 0.273 324.1) |
Copy-ready code
/* CSS */
color: #c60fd6;
background-color: #c60fd6;
/* Tailwind (arbitrary) */
class="text-[#c60fd6] bg-[#c60fd6]"
/* SCSS */
$brand: #c60fd6;
/* SwiftUI */
Color(red: 0.776, green: 0.059, blue: 0.839)
/* Android */
Color.parseColor("#c60fd6")Accessibility — WCAG contrast
Aa
#c60fd6 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c60fd6 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green5.9%
Blue83.9%
CMYK percentages
Cyan7.5%
Magenta93.0%
Yellow0.0%
Key (black)16.1%
Color previews
#c60fd6 text on a black background
contrast 4.44:1
Card sample
#c60fd6 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60fd6;
Background color
Panel with #c60fd6 background
background-color: #c60fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 15, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 15, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60fd6; background: linear-gradient(135deg, #c60fd6, #D60F61);