#cd178f
a dark, electric magenta / pink · warm · closest name: purple
RGB
205, 23, 143
HSL
320°, 80%, 45%
CMYK
0, 89, 30, 20
Luminance
0.1558
Every format
| HEX | #cd178f |
| RGB | rgb(205, 23, 143) |
| HSL | hsl(320, 80%, 45%) |
| CMYK | cmyk(0%, 89%, 30%, 20%) |
| LAB | lab(46.4 73.1 -18.6) |
| LCH | lch(46.4 75.4 345.7) |
| OKLCH | oklch(0.569 0.229 347.6) |
Copy-ready code
/* CSS */
color: #cd178f;
background-color: #cd178f;
/* Tailwind (arbitrary) */
class="text-[#cd178f] bg-[#cd178f]"
/* SCSS */
$brand: #cd178f;
/* SwiftUI */
Color(red: 0.804, green: 0.090, blue: 0.561)
/* Android */
Color.parseColor("#cd178f")Accessibility — WCAG contrast
Aa
#cd178f on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd178f on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green9.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow30.2%
Key (black)19.6%
Color previews
#cd178f text on a black background
contrast 4.12:1
Card sample
#cd178f text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd178f;
Background color
Panel with #cd178f background
background-color: #cd178f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd178f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 23, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 23, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd178f; background: linear-gradient(135deg, #cd178f, #CD1817);