#cd709f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
205, 112, 159
HSL
330°, 48%, 62%
CMYK
0, 45, 22, 20
Luminance
0.2707
Every format
| HEX | #cd709f |
| RGB | rgb(205, 112, 159) |
| HSL | hsl(330, 48%, 62%) |
| CMYK | cmyk(0%, 45%, 22%, 20%) |
| LAB | lab(59.0 42.4 -9.0) |
| LCH | lch(59.0 43.3 348.0) |
| OKLCH | oklch(0.664 0.129 349.6) |
Copy-ready code
/* CSS */
color: #cd709f;
background-color: #cd709f;
/* Tailwind (arbitrary) */
class="text-[#cd709f] bg-[#cd709f]"
/* SCSS */
$brand: #cd709f;
/* SwiftUI */
Color(red: 0.804, green: 0.439, blue: 0.624)
/* Android */
Color.parseColor("#cd709f")Accessibility — WCAG contrast
Aa
#cd709f on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd709f on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow22.4%
Key (black)19.6%
Color previews
#cd709f text on a black background
contrast 6.41:1
Card sample
#cd709f text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd709f;
Background color
Panel with #cd709f background
background-color: #cd709f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd709f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 112, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 112, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd709f; background: linear-gradient(135deg, #cd709f, #CD7F70);