#cc8cf7
a light, electric violet · warm · closest name: violet
RGB
204, 140, 247
HSL
276°, 87%, 76%
CMYK
17, 43, 0, 3
Luminance
0.3831
Every format
| HEX | #cc8cf7 |
| RGB | rgb(204, 140, 247) |
| HSL | hsl(276, 87%, 76%) |
| CMYK | cmyk(17%, 43%, 0%, 3%) |
| LAB | lab(68.3 43.3 -44.3) |
| LCH | lch(68.3 62.0 314.4) |
| OKLCH | oklch(0.744 0.162 310.5) |
Copy-ready code
/* CSS */
color: #cc8cf7;
background-color: #cc8cf7;
/* Tailwind (arbitrary) */
class="text-[#cc8cf7] bg-[#cc8cf7]"
/* SCSS */
$brand: #cc8cf7;
/* SwiftUI */
Color(red: 0.800, green: 0.549, blue: 0.969)
/* Android */
Color.parseColor("#cc8cf7")Accessibility — WCAG contrast
Aa
#cc8cf7 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8cf7 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.9%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta43.3%
Yellow0.0%
Key (black)3.1%
Color previews
#cc8cf7 text on a black background
contrast 8.66:1
Card sample
#cc8cf7 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8cf7;
Background color
Panel with #cc8cf7 background
background-color: #cc8cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 140, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 140, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8cf7; background: linear-gradient(135deg, #cc8cf7, #F78CDB);