#cd66eb
a light, electric violet · warm · closest name: orchid
RGB
205, 102, 235
HSL
287°, 77%, 66%
CMYK
13, 57, 0, 8
Luminance
0.2848
Every format
| HEX | #cd66eb |
| RGB | rgb(205, 102, 235) |
| HSL | hsl(287, 77%, 66%) |
| CMYK | cmyk(13%, 57%, 0%, 8%) |
| LAB | lab(60.3 60.5 -50.2) |
| LCH | lch(60.3 78.6 320.3) |
| OKLCH | oklch(0.684 0.209 318.1) |
Copy-ready code
/* CSS */
color: #cd66eb;
background-color: #cd66eb;
/* Tailwind (arbitrary) */
class="text-[#cd66eb] bg-[#cd66eb]"
/* SCSS */
$brand: #cd66eb;
/* SwiftUI */
Color(red: 0.804, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#cd66eb")Accessibility — WCAG contrast
Aa
#cd66eb on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd66eb on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green40.0%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cd66eb text on a black background
contrast 6.70:1
Card sample
#cd66eb text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd66eb;
Background color
Panel with #cd66eb background
background-color: #cd66eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd66eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd66eb; background: linear-gradient(135deg, #cd66eb, #EB66B0);