#cc78fd
a light, electric violet · warm · closest name: violet
RGB
204, 120, 253
HSL
278°, 97%, 73%
CMYK
19, 53, 0, 1
Luminance
0.3336
Every format
| HEX | #cc78fd |
| RGB | rgb(204, 120, 253) |
| HSL | hsl(278, 97%, 73%) |
| CMYK | cmyk(19%, 53%, 0%, 1%) |
| LAB | lab(64.5 55.1 -53.6) |
| LCH | lch(64.5 76.8 315.8) |
| OKLCH | oklch(0.717 0.200 311.5) |
Copy-ready code
/* CSS */
color: #cc78fd;
background-color: #cc78fd;
/* Tailwind (arbitrary) */
class="text-[#cc78fd] bg-[#cc78fd]"
/* SCSS */
$brand: #cc78fd;
/* SwiftUI */
Color(red: 0.800, green: 0.471, blue: 0.992)
/* Android */
Color.parseColor("#cc78fd")Accessibility — WCAG contrast
Aa
#cc78fd on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc78fd on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.1%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta52.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cc78fd text on a black background
contrast 7.67:1
Card sample
#cc78fd text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc78fd;
Background color
Panel with #cc78fd background
background-color: #cc78fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc78fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 120, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 120, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc78fd; background: linear-gradient(135deg, #cc78fd, #FD78D5);