#c166ff
a light, electric violet · warm · closest name: violet
RGB
193, 102, 255
HSL
276°, 100%, 70%
CMYK
24, 60, 0, 0
Luminance
0.2806
Every format
| HEX | #c166ff |
| RGB | rgb(193, 102, 255) |
| HSL | hsl(276, 100%, 70%) |
| CMYK | cmyk(24%, 60%, 0%, 0%) |
| LAB | lab(59.9 61.8 -61.9) |
| LCH | lch(59.9 87.5 314.9) |
| OKLCH | oklch(0.681 0.225 309.1) |
Copy-ready code
/* CSS */
color: #c166ff;
background-color: #c166ff;
/* Tailwind (arbitrary) */
class="text-[#c166ff] bg-[#c166ff]"
/* SCSS */
$brand: #c166ff;
/* SwiftUI */
Color(red: 0.757, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#c166ff")Accessibility — WCAG contrast
Aa
#c166ff on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c166ff on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green40.0%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c166ff text on a black background
contrast 6.61:1
Card sample
#c166ff text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c166ff;
Background color
Panel with #c166ff background
background-color: #c166ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c166ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c166ff; background: linear-gradient(135deg, #c166ff, #FF66D7);