#cf89ba
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 137, 186
HSL
318°, 42%, 68%
CMYK
0, 34, 10, 19
Luminance
0.3470
Every format
| HEX | #cf89ba |
| RGB | rgb(207, 137, 186) |
| HSL | hsl(318, 42%, 68%) |
| CMYK | cmyk(0%, 34%, 10%, 19%) |
| LAB | lab(65.5 34.1 -14.6) |
| LCH | lch(65.5 37.1 336.8) |
| OKLCH | oklch(0.716 0.106 338.5) |
Copy-ready code
/* CSS */
color: #cf89ba;
background-color: #cf89ba;
/* Tailwind (arbitrary) */
class="text-[#cf89ba] bg-[#cf89ba]"
/* SCSS */
$brand: #cf89ba;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.729)
/* Android */
Color.parseColor("#cf89ba")Accessibility — WCAG contrast
Aa
#cf89ba on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf89ba on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow10.1%
Key (black)18.8%
Color previews
#cf89ba text on a black background
contrast 7.94:1
Card sample
#cf89ba text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf89ba;
Background color
Panel with #cf89ba background
background-color: #cf89ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf89ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf89ba; background: linear-gradient(135deg, #cf89ba, #CF898B);