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