#d014cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
208, 20, 205
HSL
301°, 83%, 45%
CMYK
0, 90, 1, 18
Luminance
0.1832
Every format
| HEX | #d014cd |
| RGB | rgb(208, 20, 205) |
| HSL | hsl(301, 83%, 45%) |
| CMYK | cmyk(0%, 90%, 1%, 18%) |
| LAB | lab(49.9 82.0 -49.8) |
| LCH | lch(49.9 95.9 328.8) |
| OKLCH | oklch(0.604 0.269 329.1) |
Copy-ready code
/* CSS */
color: #d014cd;
background-color: #d014cd;
/* Tailwind (arbitrary) */
class="text-[#d014cd] bg-[#d014cd]"
/* SCSS */
$brand: #d014cd;
/* SwiftUI */
Color(red: 0.816, green: 0.078, blue: 0.804)
/* Android */
Color.parseColor("#d014cd")Accessibility — WCAG contrast
Aa
#d014cd on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d014cd on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green7.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta90.4%
Yellow1.4%
Key (black)18.4%
Color previews
#d014cd text on a black background
contrast 4.66:1
Card sample
#d014cd text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d014cd;
Background color
Panel with #d014cd background
background-color: #d014cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d014cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 20, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 20, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d014cd; background: linear-gradient(135deg, #d014cd, #D01450);