#cc8cf4
a light, electric violet · warm · closest name: violet
RGB
204, 140, 244
HSL
277°, 83%, 75%
CMYK
16, 43, 0, 4
Luminance
0.3813
Every format
| HEX | #cc8cf4 |
| RGB | rgb(204, 140, 244) |
| HSL | hsl(277, 83%, 75%) |
| CMYK | cmyk(16%, 43%, 0%, 4%) |
| LAB | lab(68.1 42.7 -42.9) |
| LCH | lch(68.1 60.5 314.9) |
| OKLCH | oklch(0.743 0.159 311.4) |
Copy-ready code
/* CSS */
color: #cc8cf4;
background-color: #cc8cf4;
/* Tailwind (arbitrary) */
class="text-[#cc8cf4] bg-[#cc8cf4]"
/* SCSS */
$brand: #cc8cf4;
/* SwiftUI */
Color(red: 0.800, green: 0.549, blue: 0.957)
/* Android */
Color.parseColor("#cc8cf4")Accessibility — WCAG contrast
Aa
#cc8cf4 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8cf4 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.9%
Blue95.7%
CMYK percentages
Cyan16.4%
Magenta42.6%
Yellow0.0%
Key (black)4.3%
Color previews
#cc8cf4 text on a black background
contrast 8.63:1
Card sample
#cc8cf4 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8cf4;
Background color
Panel with #cc8cf4 background
background-color: #cc8cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 140, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 140, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8cf4; background: linear-gradient(135deg, #cc8cf4, #F48CD7);