#cc66ff
a light, electric violet · warm · closest name: violet
RGB
204, 102, 255
HSL
280°, 100%, 70%
CMYK
20, 60, 0, 0
Luminance
0.2956
Every format
| HEX | #cc66ff |
| RGB | rgb(204, 102, 255) |
| HSL | hsl(280, 100%, 70%) |
| CMYK | cmyk(20%, 60%, 0%, 0%) |
| LAB | lab(61.3 64.3 -59.7) |
| LCH | lch(61.3 87.7 317.1) |
| OKLCH | oklch(0.694 0.228 312.7) |
Copy-ready code
/* CSS */
color: #cc66ff;
background-color: #cc66ff;
/* Tailwind (arbitrary) */
class="text-[#cc66ff] bg-[#cc66ff]"
/* SCSS */
$brand: #cc66ff;
/* SwiftUI */
Color(red: 0.800, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#cc66ff")Accessibility — WCAG contrast
Aa
#cc66ff on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc66ff on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green40.0%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cc66ff text on a black background
contrast 6.91:1
Card sample
#cc66ff text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc66ff;
Background color
Panel with #cc66ff background
background-color: #cc66ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc66ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc66ff; background: linear-gradient(135deg, #cc66ff, #FF66CC);