#c780eb
a light, vivid violet · warm · closest name: orchid
RGB
199, 128, 235
HSL
280°, 73%, 71%
CMYK
15, 46, 0, 8
Luminance
0.3358
Every format
| HEX | #c780eb |
| RGB | rgb(199, 128, 235) |
| HSL | hsl(280, 73%, 71%) |
| CMYK | cmyk(15%, 46%, 0%, 8%) |
| LAB | lab(64.6 45.8 -43.4) |
| LCH | lch(64.6 63.1 316.5) |
| OKLCH | oklch(0.714 0.166 313.4) |
Copy-ready code
/* CSS */
color: #c780eb;
background-color: #c780eb;
/* Tailwind (arbitrary) */
class="text-[#c780eb] bg-[#c780eb]"
/* SCSS */
$brand: #c780eb;
/* SwiftUI */
Color(red: 0.780, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#c780eb")Accessibility — WCAG contrast
Aa
#c780eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c780eb on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green50.2%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c780eb text on a black background
contrast 7.72:1
Card sample
#c780eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c780eb;
Background color
Panel with #c780eb background
background-color: #c780eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c780eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c780eb; background: linear-gradient(135deg, #c780eb, #EB80C8);