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