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