#c787df
a light, vivid violet · warm · closest name: orchid
RGB
199, 135, 223
HSL
284°, 58%, 70%
CMYK
11, 40, 0, 13
Luminance
0.3480
Every format
| HEX | #c787df |
| RGB | rgb(199, 135, 223) |
| HSL | hsl(284, 58%, 70%) |
| CMYK | cmyk(11%, 40%, 0%, 13%) |
| LAB | lab(65.6 39.5 -35.3) |
| LCH | lch(65.6 53.0 318.3) |
| OKLCH | oklch(0.719 0.141 316.4) |
Copy-ready code
/* CSS */
color: #c787df;
background-color: #c787df;
/* Tailwind (arbitrary) */
class="text-[#c787df] bg-[#c787df]"
/* SCSS */
$brand: #c787df;
/* SwiftUI */
Color(red: 0.780, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#c787df")Accessibility — WCAG contrast
Aa
#c787df on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c787df on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green52.9%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c787df text on a black background
contrast 7.96:1
Card sample
#c787df text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c787df;
Background color
Panel with #c787df background
background-color: #c787df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c787df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c787df; background: linear-gradient(135deg, #c787df, #DF87BC);