#c88cdf
a light, vivid violet · warm · closest name: plum
RGB
200, 140, 223
HSL
283°, 57%, 71%
CMYK
10, 37, 0, 13
Luminance
0.3636
Every format
| HEX | #c88cdf |
| RGB | rgb(200, 140, 223) |
| HSL | hsl(283, 57%, 71%) |
| CMYK | cmyk(10%, 37%, 0%, 13%) |
| LAB | lab(66.8 37.1 -33.4) |
| LCH | lch(66.8 49.9 318.1) |
| OKLCH | oklch(0.729 0.133 316.3) |
Copy-ready code
/* CSS */
color: #c88cdf;
background-color: #c88cdf;
/* Tailwind (arbitrary) */
class="text-[#c88cdf] bg-[#c88cdf]"
/* SCSS */
$brand: #c88cdf;
/* SwiftUI */
Color(red: 0.784, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#c88cdf")Accessibility — WCAG contrast
Aa
#c88cdf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c88cdf on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c88cdf text on a black background
contrast 8.27:1
Card sample
#c88cdf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88cdf;
Background color
Panel with #c88cdf background
background-color: #c88cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88cdf; background: linear-gradient(135deg, #c88cdf, #DF8CBF);