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