#c66afd
a light, electric violet · warm · closest name: violet
RGB
198, 106, 253
HSL
278°, 97%, 70%
CMYK
22, 58, 0, 1
Luminance
0.2941
Every format
| HEX | #c66afd |
| RGB | rgb(198, 106, 253) |
| HSL | hsl(278, 97%, 70%) |
| CMYK | cmyk(22%, 58%, 0%, 1%) |
| LAB | lab(61.1 60.5 -58.9) |
| LCH | lch(61.1 84.5 315.8) |
| OKLCH | oklch(0.691 0.219 310.8) |
Copy-ready code
/* CSS */
color: #c66afd;
background-color: #c66afd;
/* Tailwind (arbitrary) */
class="text-[#c66afd] bg-[#c66afd]"
/* SCSS */
$brand: #c66afd;
/* SwiftUI */
Color(red: 0.776, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#c66afd")Accessibility — WCAG contrast
Aa
#c66afd on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c66afd on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green41.6%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c66afd text on a black background
contrast 6.88:1
Card sample
#c66afd text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c66afd;
Background color
Panel with #c66afd background
background-color: #c66afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c66afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c66afd; background: linear-gradient(135deg, #c66afd, #FD6AD2);