#cd718f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 113, 143
HSL
340°, 48%, 62%
CMYK
0, 45, 30, 20
Luminance
0.2677
Every format
| HEX | #cd718f |
| RGB | rgb(205, 113, 143) |
| HSL | hsl(340, 48%, 62%) |
| CMYK | cmyk(0%, 45%, 30%, 20%) |
| LAB | lab(58.8 39.6 -0.1) |
| LCH | lch(58.8 39.6 359.8) |
| OKLCH | oklch(0.660 0.120 0.1) |
Copy-ready code
/* CSS */
color: #cd718f;
background-color: #cd718f;
/* Tailwind (arbitrary) */
class="text-[#cd718f] bg-[#cd718f]"
/* SCSS */
$brand: #cd718f;
/* SwiftUI */
Color(red: 0.804, green: 0.443, blue: 0.561)
/* Android */
Color.parseColor("#cd718f")Accessibility — WCAG contrast
Aa
#cd718f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd718f on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow30.2%
Key (black)19.6%
Color previews
#cd718f text on a black background
contrast 6.35:1
Card sample
#cd718f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd718f;
Background color
Panel with #cd718f background
background-color: #cd718f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd718f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 113, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 113, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd718f; background: linear-gradient(135deg, #cd718f, #CD9071);