#cf89ab
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 137, 171
HSL
331°, 42%, 68%
CMYK
0, 34, 17, 19
Luminance
0.3410
Every format
| HEX | #cf89ab |
| RGB | rgb(207, 137, 171) |
| HSL | hsl(331, 42%, 68%) |
| CMYK | cmyk(0%, 34%, 17%, 19%) |
| LAB | lab(65.0 31.6 -6.9) |
| LCH | lch(65.0 32.4 347.7) |
| OKLCH | oklch(0.711 0.096 349.2) |
Copy-ready code
/* CSS */
color: #cf89ab;
background-color: #cf89ab;
/* Tailwind (arbitrary) */
class="text-[#cf89ab] bg-[#cf89ab]"
/* SCSS */
$brand: #cf89ab;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.671)
/* Android */
Color.parseColor("#cf89ab")Accessibility — WCAG contrast
Aa
#cf89ab on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf89ab on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow17.4%
Key (black)18.8%
Color previews
#cf89ab text on a black background
contrast 7.82:1
Card sample
#cf89ab text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf89ab;
Background color
Panel with #cf89ab background
background-color: #cf89ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf89ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf89ab; background: linear-gradient(135deg, #cf89ab, #CF9689);