#cd879f
a light, soft magenta / pink · warm · closest name: pink
RGB
205, 135, 159
HSL
339°, 41%, 67%
CMYK
0, 34, 22, 20
Luminance
0.3281
Every format
| HEX | #cd879f |
| RGB | rgb(205, 135, 159) |
| HSL | hsl(339, 41%, 67%) |
| CMYK | cmyk(0%, 34%, 22%, 20%) |
| LAB | lab(64.0 30.1 -1.6) |
| LCH | lch(64.0 30.2 356.9) |
| OKLCH | oklch(0.701 0.091 357.5) |
Copy-ready code
/* CSS */
color: #cd879f;
background-color: #cd879f;
/* Tailwind (arbitrary) */
class="text-[#cd879f] bg-[#cd879f]"
/* SCSS */
$brand: #cd879f;
/* SwiftUI */
Color(red: 0.804, green: 0.529, blue: 0.624)
/* Android */
Color.parseColor("#cd879f")Accessibility — WCAG contrast
Aa
#cd879f on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd879f on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow22.4%
Key (black)19.6%
Color previews
#cd879f text on a black background
contrast 7.56:1
Card sample
#cd879f text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd879f;
Background color
Panel with #cd879f background
background-color: #cd879f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd879f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 135, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 135, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd879f; background: linear-gradient(135deg, #cd879f, #CD9E87);