#c784eb
a light, vivid violet · warm · closest name: orchid
RGB
199, 132, 235
HSL
279°, 72%, 72%
CMYK
15, 44, 0, 8
Luminance
0.3464
Every format
| HEX | #c784eb |
| RGB | rgb(199, 132, 235) |
| HSL | hsl(279, 72%, 72%) |
| CMYK | cmyk(15%, 44%, 0%, 8%) |
| LAB | lab(65.5 43.6 -42.1) |
| LCH | lch(65.5 60.6 316.0) |
| OKLCH | oklch(0.720 0.159 312.9) |
Copy-ready code
/* CSS */
color: #c784eb;
background-color: #c784eb;
/* Tailwind (arbitrary) */
class="text-[#c784eb] bg-[#c784eb]"
/* SCSS */
$brand: #c784eb;
/* SwiftUI */
Color(red: 0.780, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#c784eb")Accessibility — WCAG contrast
Aa
#c784eb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c784eb on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green51.8%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c784eb text on a black background
contrast 7.93:1
Card sample
#c784eb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c784eb;
Background color
Panel with #c784eb background
background-color: #c784eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c784eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c784eb; background: linear-gradient(135deg, #c784eb, #EB84CA);