#c968fd
a light, electric violet · warm · closest name: violet
RGB
201, 104, 253
HSL
279°, 97%, 70%
CMYK
21, 59, 0, 1
Luminance
0.2941
Every format
| HEX | #c968fd |
| RGB | rgb(201, 104, 253) |
| HSL | hsl(279, 97%, 70%) |
| CMYK | cmyk(21%, 59%, 0%, 1%) |
| LAB | lab(61.1 62.2 -58.9) |
| LCH | lch(61.1 85.6 316.6) |
| OKLCH | oklch(0.692 0.223 312.0) |
Copy-ready code
/* CSS */
color: #c968fd;
background-color: #c968fd;
/* Tailwind (arbitrary) */
class="text-[#c968fd] bg-[#c968fd]"
/* SCSS */
$brand: #c968fd;
/* SwiftUI */
Color(red: 0.788, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#c968fd")Accessibility — WCAG contrast
Aa
#c968fd on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c968fd on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green40.8%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c968fd text on a black background
contrast 6.88:1
Card sample
#c968fd text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c968fd;
Background color
Panel with #c968fd background
background-color: #c968fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c968fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c968fd; background: linear-gradient(135deg, #c968fd, #FD68CE);