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