#cc8cef
a light, electric violet · warm · closest name: violet
RGB
204, 140, 239
HSL
279°, 76%, 74%
CMYK
15, 41, 0, 6
Luminance
0.3783
Every format
| HEX | #cc8cef |
| RGB | rgb(204, 140, 239) |
| HSL | hsl(279, 76%, 74%) |
| CMYK | cmyk(15%, 41%, 0%, 6%) |
| LAB | lab(67.9 41.6 -40.5) |
| LCH | lch(67.9 58.1 315.8) |
| OKLCH | oklch(0.740 0.153 312.8) |
Copy-ready code
/* CSS */
color: #cc8cef;
background-color: #cc8cef;
/* Tailwind (arbitrary) */
class="text-[#cc8cef] bg-[#cc8cef]"
/* SCSS */
$brand: #cc8cef;
/* SwiftUI */
Color(red: 0.800, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#cc8cef")Accessibility — WCAG contrast
Aa
#cc8cef on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8cef on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.9%
Blue93.7%
CMYK percentages
Cyan14.6%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#cc8cef text on a black background
contrast 8.57:1
Card sample
#cc8cef text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8cef;
Background color
Panel with #cc8cef background
background-color: #cc8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8cef; background: linear-gradient(135deg, #cc8cef, #EF8CD0);