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