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