#cf89c2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 137, 194
HSL
311°, 42%, 68%
CMYK
0, 34, 6, 19
Luminance
0.3505
Every format
| HEX | #cf89c2 |
| RGB | rgb(207, 137, 194) |
| HSL | hsl(311, 42%, 68%) |
| CMYK | cmyk(0%, 34%, 6%, 19%) |
| LAB | lab(65.8 35.5 -18.7) |
| LCH | lch(65.8 40.1 332.2) |
| OKLCH | oklch(0.719 0.113 333.6) |
Copy-ready code
/* CSS */
color: #cf89c2;
background-color: #cf89c2;
/* Tailwind (arbitrary) */
class="text-[#cf89c2] bg-[#cf89c2]"
/* SCSS */
$brand: #cf89c2;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.761)
/* Android */
Color.parseColor("#cf89c2")Accessibility — WCAG contrast
Aa
#cf89c2 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf89c2 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow6.3%
Key (black)18.8%
Color previews
#cf89c2 text on a black background
contrast 8.01:1
Card sample
#cf89c2 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf89c2;
Background color
Panel with #cf89c2 background
background-color: #cf89c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf89c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf89c2; background: linear-gradient(135deg, #cf89c2, #CF8994);