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