#c780df
a light, vivid violet · warm · closest name: orchid
RGB
199, 128, 223
HSL
285°, 60%, 69%
CMYK
11, 43, 0, 13
Luminance
0.3291
Every format
| HEX | #c780df |
| RGB | rgb(199, 128, 223) |
| HSL | hsl(285, 60%, 69%) |
| CMYK | cmyk(11%, 43%, 0%, 13%) |
| LAB | lab(64.1 43.3 -37.6) |
| LCH | lch(64.1 57.4 319.0) |
| OKLCH | oklch(0.708 0.153 317.2) |
Copy-ready code
/* CSS */
color: #c780df;
background-color: #c780df;
/* Tailwind (arbitrary) */
class="text-[#c780df] bg-[#c780df]"
/* SCSS */
$brand: #c780df;
/* SwiftUI */
Color(red: 0.780, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#c780df")Accessibility — WCAG contrast
Aa
#c780df on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c780df on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green50.2%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c780df text on a black background
contrast 7.58:1
Card sample
#c780df text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c780df;
Background color
Panel with #c780df background
background-color: #c780df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c780df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c780df; background: linear-gradient(135deg, #c780df, #DF80B8);