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