#c89fdf
a light, vivid violet · warm · closest name: plum
RGB
200, 159, 223
HSL
278°, 50%, 75%
CMYK
10, 29, 0, 13
Luminance
0.4240
Every format
| HEX | #c89fdf |
| RGB | rgb(200, 159, 223) |
| HSL | hsl(278, 50%, 75%) |
| CMYK | cmyk(10%, 29%, 0%, 13%) |
| LAB | lab(71.2 26.7 -26.7) |
| LCH | lch(71.2 37.8 315.1) |
| OKLCH | oklch(0.762 0.100 313.1) |
Copy-ready code
/* CSS */
color: #c89fdf;
background-color: #c89fdf;
/* Tailwind (arbitrary) */
class="text-[#c89fdf] bg-[#c89fdf]"
/* SCSS */
$brand: #c89fdf;
/* SwiftUI */
Color(red: 0.784, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#c89fdf")Accessibility — WCAG contrast
Aa
#c89fdf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89fdf on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.4%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c89fdf text on a black background
contrast 9.48:1
Card sample
#c89fdf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89fdf;
Background color
Panel with #c89fdf background
background-color: #c89fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89fdf; background: linear-gradient(135deg, #c89fdf, #DF9FCB);