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