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