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