#c768eb
a light, electric violet · warm · closest name: orchid
RGB
199, 104, 235
HSL
284°, 77%, 67%
CMYK
15, 56, 0, 8
Luminance
0.2804
Every format
| HEX | #c768eb |
| RGB | rgb(199, 104, 235) |
| HSL | hsl(284, 77%, 67%) |
| CMYK | cmyk(15%, 56%, 0%, 8%) |
| LAB | lab(59.9 58.0 -50.8) |
| LCH | lch(59.9 77.2 318.8) |
| OKLCH | oklch(0.679 0.204 315.8) |
Copy-ready code
/* CSS */
color: #c768eb;
background-color: #c768eb;
/* Tailwind (arbitrary) */
class="text-[#c768eb] bg-[#c768eb]"
/* SCSS */
$brand: #c768eb;
/* SwiftUI */
Color(red: 0.780, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#c768eb")Accessibility — WCAG contrast
Aa
#c768eb on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c768eb on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green40.8%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c768eb text on a black background
contrast 6.61:1
Card sample
#c768eb text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c768eb;
Background color
Panel with #c768eb background
background-color: #c768eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c768eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c768eb; background: linear-gradient(135deg, #c768eb, #EB68B8);