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