#cc6df1
a light, electric violet · warm · closest name: violet
RGB
204, 109, 241
HSL
283°, 83%, 69%
CMYK
15, 55, 0, 6
Luminance
0.3013
Every format
| HEX | #cc6df1 |
| RGB | rgb(204, 109, 241) |
| HSL | hsl(283, 83%, 69%) |
| CMYK | cmyk(15%, 55%, 0%, 6%) |
| LAB | lab(61.8 58.1 -51.2) |
| LCH | lch(61.8 77.4 318.6) |
| OKLCH | oklch(0.695 0.204 315.6) |
Copy-ready code
/* CSS */
color: #cc6df1;
background-color: #cc6df1;
/* Tailwind (arbitrary) */
class="text-[#cc6df1] bg-[#cc6df1]"
/* SCSS */
$brand: #cc6df1;
/* SwiftUI */
Color(red: 0.800, green: 0.427, blue: 0.945)
/* Android */
Color.parseColor("#cc6df1")Accessibility — WCAG contrast
Aa
#cc6df1 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc6df1 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green42.7%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta54.8%
Yellow0.0%
Key (black)5.5%
Color previews
#cc6df1 text on a black background
contrast 7.03:1
Card sample
#cc6df1 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6df1;
Background color
Panel with #cc6df1 background
background-color: #cc6df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 109, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 109, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6df1; background: linear-gradient(135deg, #cc6df1, #F16DBE);