#cf89d4
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 137, 212
HSL
296°, 47%, 68%
CMYK
2, 35, 0, 17
Luminance
0.3591
Every format
| HEX | #cf89d4 |
| RGB | rgb(207, 137, 212) |
| HSL | hsl(296, 47%, 68%) |
| CMYK | cmyk(2%, 35%, 0%, 17%) |
| LAB | lab(66.5 38.8 -27.7) |
| LCH | lch(66.5 47.7 324.4) |
| OKLCH | oklch(0.726 0.130 324.5) |
Copy-ready code
/* CSS */
color: #cf89d4;
background-color: #cf89d4;
/* Tailwind (arbitrary) */
class="text-[#cf89d4] bg-[#cf89d4]"
/* SCSS */
$brand: #cf89d4;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.831)
/* Android */
Color.parseColor("#cf89d4")Accessibility — WCAG contrast
Aa
#cf89d4 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf89d4 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue83.1%
CMYK percentages
Cyan2.4%
Magenta35.4%
Yellow0.0%
Key (black)16.9%
Color previews
#cf89d4 text on a black background
contrast 8.18:1
Card sample
#cf89d4 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf89d4;
Background color
Panel with #cf89d4 background
background-color: #cf89d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf89d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf89d4; background: linear-gradient(135deg, #cf89d4, #D489A7);