#c66dfd
a light, electric violet · warm · closest name: violet
RGB
198, 109, 253
HSL
277°, 97%, 71%
CMYK
22, 57, 0, 1
Luminance
0.3003
Every format
| HEX | #c66dfd |
| RGB | rgb(198, 109, 253) |
| HSL | hsl(277, 97%, 71%) |
| CMYK | cmyk(22%, 57%, 0%, 1%) |
| LAB | lab(61.7 59.1 -58.0) |
| LCH | lch(61.7 82.8 315.5) |
| OKLCH | oklch(0.695 0.214 310.5) |
Copy-ready code
/* CSS */
color: #c66dfd;
background-color: #c66dfd;
/* Tailwind (arbitrary) */
class="text-[#c66dfd] bg-[#c66dfd]"
/* SCSS */
$brand: #c66dfd;
/* SwiftUI */
Color(red: 0.776, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#c66dfd")Accessibility — WCAG contrast
Aa
#c66dfd on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c66dfd on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green42.7%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c66dfd text on a black background
contrast 7.01:1
Card sample
#c66dfd text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c66dfd;
Background color
Panel with #c66dfd background
background-color: #c66dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c66dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c66dfd; background: linear-gradient(135deg, #c66dfd, #FD6DD4);