#cc8cfd
a light, electric violet · warm · closest name: violet
RGB
204, 140, 253
HSL
274°, 97%, 77%
CMYK
19, 45, 0, 1
Luminance
0.3869
Every format
| HEX | #cc8cfd |
| RGB | rgb(204, 140, 253) |
| HSL | hsl(274, 97%, 77%) |
| CMYK | cmyk(19%, 45%, 0%, 1%) |
| LAB | lab(68.5 44.6 -47.1) |
| LCH | lch(68.5 64.9 313.4) |
| OKLCH | oklch(0.747 0.169 309.0) |
Copy-ready code
/* CSS */
color: #cc8cfd;
background-color: #cc8cfd;
/* Tailwind (arbitrary) */
class="text-[#cc8cfd] bg-[#cc8cfd]"
/* SCSS */
$brand: #cc8cfd;
/* SwiftUI */
Color(red: 0.800, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#cc8cfd")Accessibility — WCAG contrast
Aa
#cc8cfd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8cfd on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.9%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cc8cfd text on a black background
contrast 8.74:1
Card sample
#cc8cfd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8cfd;
Background color
Panel with #cc8cfd background
background-color: #cc8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8cfd; background: linear-gradient(135deg, #cc8cfd, #FD8CE3);