#cf89da
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 137, 218
HSL
292°, 52%, 70%
CMYK
5, 37, 0, 15
Luminance
0.3622
Every format
| HEX | #cf89da |
| RGB | rgb(207, 137, 218) |
| HSL | hsl(292, 52%, 70%) |
| CMYK | cmyk(5%, 37%, 0%, 15%) |
| LAB | lab(66.7 39.9 -30.7) |
| LCH | lch(66.7 50.4 322.4) |
| OKLCH | oklch(0.729 0.136 321.9) |
Copy-ready code
/* CSS */
color: #cf89da;
background-color: #cf89da;
/* Tailwind (arbitrary) */
class="text-[#cf89da] bg-[#cf89da]"
/* SCSS */
$brand: #cf89da;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.855)
/* Android */
Color.parseColor("#cf89da")Accessibility — WCAG contrast
Aa
#cf89da on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf89da on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta37.2%
Yellow0.0%
Key (black)14.5%
Color previews
#cf89da text on a black background
contrast 8.24:1
Card sample
#cf89da text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf89da;
Background color
Panel with #cf89da background
background-color: #cf89da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf89da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf89da; background: linear-gradient(135deg, #cf89da, #DA89AF);