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