#c788df
a light, vivid violet · warm · closest name: plum
RGB
199, 136, 223
HSL
283°, 58%, 70%
CMYK
11, 39, 0, 13
Luminance
0.3508
Every format
| HEX | #c788df |
| RGB | rgb(199, 136, 223) |
| HSL | hsl(283, 58%, 70%) |
| CMYK | cmyk(11%, 39%, 0%, 13%) |
| LAB | lab(65.8 39.0 -34.9) |
| LCH | lch(65.8 52.4 318.2) |
| OKLCH | oklch(0.721 0.139 316.3) |
Copy-ready code
/* CSS */
color: #c788df;
background-color: #c788df;
/* Tailwind (arbitrary) */
class="text-[#c788df] bg-[#c788df]"
/* SCSS */
$brand: #c788df;
/* SwiftUI */
Color(red: 0.780, green: 0.533, blue: 0.875)
/* Android */
Color.parseColor("#c788df")Accessibility — WCAG contrast
Aa
#c788df on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c788df on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green53.3%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta39.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c788df text on a black background
contrast 8.02:1
Card sample
#c788df text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c788df;
Background color
Panel with #c788df background
background-color: #c788df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c788df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 136, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 136, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c788df; background: linear-gradient(135deg, #c788df, #DF88BD);