#c88fdf
a light, vivid violet · warm · closest name: plum
RGB
200, 143, 223
HSL
283°, 56%, 72%
CMYK
10, 36, 0, 13
Luminance
0.3725
Every format
| HEX | #c88fdf |
| RGB | rgb(200, 143, 223) |
| HSL | hsl(283, 56%, 72%) |
| CMYK | cmyk(10%, 36%, 0%, 13%) |
| LAB | lab(67.5 35.5 -32.3) |
| LCH | lch(67.5 48.0 317.7) |
| OKLCH | oklch(0.734 0.128 315.9) |
Copy-ready code
/* CSS */
color: #c88fdf;
background-color: #c88fdf;
/* Tailwind (arbitrary) */
class="text-[#c88fdf] bg-[#c88fdf]"
/* SCSS */
$brand: #c88fdf;
/* SwiftUI */
Color(red: 0.784, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#c88fdf")Accessibility — WCAG contrast
Aa
#c88fdf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c88fdf on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c88fdf text on a black background
contrast 8.45:1
Card sample
#c88fdf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88fdf;
Background color
Panel with #c88fdf background
background-color: #c88fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88fdf; background: linear-gradient(135deg, #c88fdf, #DF8FC1);