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