#cd01df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
205, 1, 223
HSL
295°, 99%, 44%
CMYK
8, 100, 0, 13
Luminance
0.1833
Every format
| HEX | #cd01df |
| RGB | rgb(205, 1, 223) |
| HSL | hsl(295, 99%, 44%) |
| CMYK | cmyk(8%, 100%, 0%, 13%) |
| LAB | lab(49.9 85.9 -60.1) |
| LCH | lch(49.9 104.8 325.0) |
| OKLCH | oklch(0.607 0.285 323.8) |
Copy-ready code
/* CSS */
color: #cd01df;
background-color: #cd01df;
/* Tailwind (arbitrary) */
class="text-[#cd01df] bg-[#cd01df]"
/* SCSS */
$brand: #cd01df;
/* SwiftUI */
Color(red: 0.804, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#cd01df")Accessibility — WCAG contrast
Aa
#cd01df on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd01df on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.4%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta99.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cd01df text on a black background
contrast 4.67:1
Card sample
#cd01df text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd01df;
Background color
Panel with #cd01df background
background-color: #cd01df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd01df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd01df; background: linear-gradient(135deg, #cd01df, #DF015D);