#cd148f
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 20, 143
HSL
320°, 82%, 44%
CMYK
0, 90, 30, 20
Luminance
0.1546
Every format
| HEX | #cd148f |
| RGB | rgb(205, 20, 143) |
| HSL | hsl(320, 82%, 44%) |
| CMYK | cmyk(0%, 90%, 30%, 20%) |
| LAB | lab(46.3 73.5 -18.9) |
| LCH | lch(46.3 75.9 345.6) |
| OKLCH | oklch(0.568 0.231 347.5) |
Copy-ready code
/* CSS */
color: #cd148f;
background-color: #cd148f;
/* Tailwind (arbitrary) */
class="text-[#cd148f] bg-[#cd148f]"
/* SCSS */
$brand: #cd148f;
/* SwiftUI */
Color(red: 0.804, green: 0.078, blue: 0.561)
/* Android */
Color.parseColor("#cd148f")Accessibility — WCAG contrast
Aa
#cd148f on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd148f on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow30.2%
Key (black)19.6%
Color previews
#cd148f text on a black background
contrast 4.09:1
Card sample
#cd148f text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd148f;
Background color
Panel with #cd148f background
background-color: #cd148f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd148f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 20, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 20, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd148f; background: linear-gradient(135deg, #cd148f, #CD1414);