#c464fd
a light, electric violet · warm · closest name: violet
RGB
196, 100, 253
HSL
278°, 98%, 69%
CMYK
23, 61, 0, 1
Luminance
0.2794
Every format
| HEX | #c464fd |
| RGB | rgb(196, 100, 253) |
| HSL | hsl(278, 98%, 69%) |
| CMYK | cmyk(23%, 61%, 0%, 1%) |
| LAB | lab(59.8 63.0 -61.0) |
| LCH | lch(59.8 87.6 315.9) |
| OKLCH | oklch(0.681 0.227 310.7) |
Copy-ready code
/* CSS */
color: #c464fd;
background-color: #c464fd;
/* Tailwind (arbitrary) */
class="text-[#c464fd] bg-[#c464fd]"
/* SCSS */
$brand: #c464fd;
/* SwiftUI */
Color(red: 0.769, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#c464fd")Accessibility — WCAG contrast
Aa
#c464fd on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c464fd on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green39.2%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c464fd text on a black background
contrast 6.59:1
Card sample
#c464fd text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c464fd;
Background color
Panel with #c464fd background
background-color: #c464fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c464fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c464fd; background: linear-gradient(135deg, #c464fd, #FD64D0);