#cd028f
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 2, 143
HSL
318°, 98%, 41%
CMYK
0, 99, 30, 20
Luminance
0.1501
Every format
| HEX | #cd028f |
| RGB | rgb(205, 2, 143) |
| HSL | hsl(318, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 30%, 20%) |
| LAB | lab(45.6 75.3 -19.8) |
| LCH | lch(45.6 77.9 345.3) |
| OKLCH | oklch(0.563 0.237 347.2) |
Copy-ready code
/* CSS */
color: #cd028f;
background-color: #cd028f;
/* Tailwind (arbitrary) */
class="text-[#cd028f] bg-[#cd028f]"
/* SCSS */
$brand: #cd028f;
/* SwiftUI */
Color(red: 0.804, green: 0.008, blue: 0.561)
/* Android */
Color.parseColor("#cd028f")Accessibility — WCAG contrast
Aa
#cd028f on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd028f on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow30.2%
Key (black)19.6%
Color previews
#cd028f text on a black background
contrast 4.00:1
Card sample
#cd028f text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd028f;
Background color
Panel with #cd028f background
background-color: #cd028f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd028f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 2, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 2, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd028f; background: linear-gradient(135deg, #cd028f, #CD0208);