#cc6cfd
a light, electric violet · warm · closest name: violet
RGB
204, 108, 253
HSL
280°, 97%, 71%
CMYK
19, 57, 0, 1
Luminance
0.3065
Every format
| HEX | #cc6cfd |
| RGB | rgb(204, 108, 253) |
| HSL | hsl(280, 97%, 71%) |
| CMYK | cmyk(19%, 57%, 0%, 1%) |
| LAB | lab(62.2 61.0 -57.1) |
| LCH | lch(62.2 83.6 316.9) |
| OKLCH | oklch(0.700 0.218 312.7) |
Copy-ready code
/* CSS */
color: #cc6cfd;
background-color: #cc6cfd;
/* Tailwind (arbitrary) */
class="text-[#cc6cfd] bg-[#cc6cfd]"
/* SCSS */
$brand: #cc6cfd;
/* SwiftUI */
Color(red: 0.800, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#cc6cfd")Accessibility — WCAG contrast
Aa
#cc6cfd on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc6cfd on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green42.4%
Blue99.2%
CMYK percentages
Cyan19.4%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cc6cfd text on a black background
contrast 7.13:1
Card sample
#cc6cfd text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6cfd;
Background color
Panel with #cc6cfd background
background-color: #cc6cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6cfd; background: linear-gradient(135deg, #cc6cfd, #FD6CCD);