#d600cd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
214, 0, 205
HSL
303°, 100%, 42%
CMYK
0, 100, 4, 16
Luminance
0.1870
Every format
| HEX | #d600cd |
| RGB | rgb(214, 0, 205) |
| HSL | hsl(303, 100%, 42%) |
| CMYK | cmyk(0%, 100%, 4%, 16%) |
| LAB | lab(50.3 84.8 -49.0) |
| LCH | lch(50.3 97.9 330.0) |
| OKLCH | oklch(0.609 0.277 330.7) |
Copy-ready code
/* CSS */
color: #d600cd;
background-color: #d600cd;
/* Tailwind (arbitrary) */
class="text-[#d600cd] bg-[#d600cd]"
/* SCSS */
$brand: #d600cd;
/* SwiftUI */
Color(red: 0.839, green: 0.000, blue: 0.804)
/* Android */
Color.parseColor("#d600cd")Accessibility — WCAG contrast
Aa
#d600cd on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d600cd on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green0.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow4.2%
Key (black)16.1%
Color previews
#d600cd text on a black background
contrast 4.74:1
Card sample
#d600cd text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d600cd;
Background color
Panel with #d600cd background
background-color: #d600cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d600cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 0, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 0, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d600cd; background: linear-gradient(135deg, #d600cd, #D6003E);