#cf879f
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 135, 159
HSL
340°, 43%, 67%
CMYK
0, 35, 23, 19
Luminance
0.3310
Every format
| HEX | #cf879f |
| RGB | rgb(207, 135, 159) |
| HSL | hsl(340, 43%, 67%) |
| CMYK | cmyk(0%, 35%, 23%, 19%) |
| LAB | lab(64.2 30.9 -1.3) |
| LCH | lch(64.2 30.9 357.6) |
| OKLCH | oklch(0.704 0.093 358.2) |
Copy-ready code
/* CSS */
color: #cf879f;
background-color: #cf879f;
/* Tailwind (arbitrary) */
class="text-[#cf879f] bg-[#cf879f]"
/* SCSS */
$brand: #cf879f;
/* SwiftUI */
Color(red: 0.812, green: 0.529, blue: 0.624)
/* Android */
Color.parseColor("#cf879f")Accessibility — WCAG contrast
Aa
#cf879f on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf879f on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow23.2%
Key (black)18.8%
Color previews
#cf879f text on a black background
contrast 7.62:1
Card sample
#cf879f text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf879f;
Background color
Panel with #cf879f background
background-color: #cf879f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf879f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 135, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 135, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf879f; background: linear-gradient(135deg, #cf879f, #CF9F87);