#d60cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 12, 223
HSL
297°, 90%, 46%
CMYK
4, 95, 0, 13
Luminance
0.1989
Every format
| HEX | #d60cdf |
| RGB | rgb(214, 12, 223) |
| HSL | hsl(297, 90%, 46%) |
| CMYK | cmyk(4%, 95%, 0%, 13%) |
| LAB | lab(51.7 86.5 -57.1) |
| LCH | lch(51.7 103.6 326.6) |
| OKLCH | oklch(0.622 0.285 326.1) |
Copy-ready code
/* CSS */
color: #d60cdf;
background-color: #d60cdf;
/* Tailwind (arbitrary) */
class="text-[#d60cdf] bg-[#d60cdf]"
/* SCSS */
$brand: #d60cdf;
/* SwiftUI */
Color(red: 0.839, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#d60cdf")Accessibility — WCAG contrast
Aa
#d60cdf on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d60cdf on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green4.7%
Blue87.5%
CMYK percentages
Cyan4.0%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#d60cdf text on a black background
contrast 4.98:1
Card sample
#d60cdf text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d60cdf;
Background color
Panel with #d60cdf background
background-color: #d60cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d60cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d60cdf; background: linear-gradient(135deg, #d60cdf, #DF0C5C);