#c166fd
a light, electric violet · warm · closest name: violet
RGB
193, 102, 253
HSL
276°, 97%, 70%
CMYK
24, 60, 0, 1
Luminance
0.2793
Every format
| HEX | #c166fd |
| RGB | rgb(193, 102, 253) |
| HSL | hsl(276, 97%, 70%) |
| CMYK | cmyk(24%, 60%, 0%, 1%) |
| LAB | lab(59.8 61.3 -61.0) |
| LCH | lch(59.8 86.5 315.1) |
| OKLCH | oklch(0.680 0.223 309.5) |
Copy-ready code
/* CSS */
color: #c166fd;
background-color: #c166fd;
/* Tailwind (arbitrary) */
class="text-[#c166fd] bg-[#c166fd]"
/* SCSS */
$brand: #c166fd;
/* SwiftUI */
Color(red: 0.757, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#c166fd")Accessibility — WCAG contrast
Aa
#c166fd on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c166fd on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green40.0%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c166fd text on a black background
contrast 6.59:1
Card sample
#c166fd text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c166fd;
Background color
Panel with #c166fd background
background-color: #c166fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c166fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c166fd; background: linear-gradient(135deg, #c166fd, #FD66D4);