#cd89dc
a light, vivid violet · warm · closest name: plum
RGB
205, 137, 220
HSL
289°, 54%, 70%
CMYK
7, 38, 0, 14
Luminance
0.3604
Every format
| HEX | #cd89dc |
| RGB | rgb(205, 137, 220) |
| HSL | hsl(289, 54%, 70%) |
| CMYK | cmyk(7%, 38%, 0%, 14%) |
| LAB | lab(66.5 39.7 -32.1) |
| LCH | lch(66.5 51.0 321.1) |
| OKLCH | oklch(0.728 0.137 320.2) |
Copy-ready code
/* CSS */
color: #cd89dc;
background-color: #cd89dc;
/* Tailwind (arbitrary) */
class="text-[#cd89dc] bg-[#cd89dc]"
/* SCSS */
$brand: #cd89dc;
/* SwiftUI */
Color(red: 0.804, green: 0.537, blue: 0.863)
/* Android */
Color.parseColor("#cd89dc")Accessibility — WCAG contrast
Aa
#cd89dc on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd89dc on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green53.7%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta37.7%
Yellow0.0%
Key (black)13.7%
Color previews
#cd89dc text on a black background
contrast 8.21:1
Card sample
#cd89dc text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd89dc;
Background color
Panel with #cd89dc background
background-color: #cd89dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd89dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 137, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 137, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd89dc; background: linear-gradient(135deg, #cd89dc, #DC89B4);