#cc89df
a light, vivid violet · warm · closest name: plum
RGB
204, 137, 223
HSL
287°, 57%, 71%
CMYK
9, 39, 0, 13
Luminance
0.3606
Every format
| HEX | #cc89df |
| RGB | rgb(204, 137, 223) |
| HSL | hsl(287, 57%, 71%) |
| CMYK | cmyk(9%, 39%, 0%, 13%) |
| LAB | lab(66.6 40.0 -33.7) |
| LCH | lch(66.6 52.3 319.9) |
| OKLCH | oklch(0.728 0.140 318.6) |
Copy-ready code
/* CSS */
color: #cc89df;
background-color: #cc89df;
/* Tailwind (arbitrary) */
class="text-[#cc89df] bg-[#cc89df]"
/* SCSS */
$brand: #cc89df;
/* SwiftUI */
Color(red: 0.800, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#cc89df")Accessibility — WCAG contrast
Aa
#cc89df on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc89df on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.7%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cc89df text on a black background
contrast 8.21:1
Card sample
#cc89df text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc89df;
Background color
Panel with #cc89df background
background-color: #cc89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc89df; background: linear-gradient(135deg, #cc89df, #DF89B9);