#c166eb
a light, electric violet · warm · closest name: orchid
RGB
193, 102, 235
HSL
281°, 77%, 66%
CMYK
18, 57, 0, 8
Luminance
0.2684
Every format
| HEX | #c166eb |
| RGB | rgb(193, 102, 235) |
| HSL | hsl(281, 77%, 66%) |
| CMYK | cmyk(18%, 57%, 0%, 8%) |
| LAB | lab(58.8 57.5 -52.6) |
| LCH | lch(58.8 78.0 317.5) |
| OKLCH | oklch(0.669 0.204 313.8) |
Copy-ready code
/* CSS */
color: #c166eb;
background-color: #c166eb;
/* Tailwind (arbitrary) */
class="text-[#c166eb] bg-[#c166eb]"
/* SCSS */
$brand: #c166eb;
/* SwiftUI */
Color(red: 0.757, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#c166eb")Accessibility — WCAG contrast
Aa
#c166eb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c166eb on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green40.0%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c166eb text on a black background
contrast 6.37:1
Card sample
#c166eb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c166eb;
Background color
Panel with #c166eb background
background-color: #c166eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c166eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c166eb; background: linear-gradient(135deg, #c166eb, #EB66BC);