#c60fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
198, 15, 223
HSL
293°, 87%, 47%
CMYK
11, 93, 0, 13
Luminance
0.1768
Every format
| HEX | #c60fdf |
| RGB | rgb(198, 15, 223) |
| HSL | hsl(293, 87%, 47%) |
| CMYK | cmyk(11%, 93%, 0%, 13%) |
| LAB | lab(49.1 83.7 -61.4) |
| LCH | lch(49.1 103.8 323.7) |
| OKLCH | oklch(0.599 0.279 321.9) |
Copy-ready code
/* CSS */
color: #c60fdf;
background-color: #c60fdf;
/* Tailwind (arbitrary) */
class="text-[#c60fdf] bg-[#c60fdf]"
/* SCSS */
$brand: #c60fdf;
/* SwiftUI */
Color(red: 0.776, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#c60fdf")Accessibility — WCAG contrast
Aa
#c60fdf on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c60fdf on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green5.9%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c60fdf text on a black background
contrast 4.54:1
Card sample
#c60fdf text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c60fdf;
Background color
Panel with #c60fdf background
background-color: #c60fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c60fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c60fdf; background: linear-gradient(135deg, #c60fdf, #DF0F6D);