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