#cd78eb
a light, vivid violet · warm · closest name: violet
RGB
205, 120, 235
HSL
284°, 74%, 70%
CMYK
13, 49, 0, 8
Luminance
0.3241
Every format
| HEX | #cd78eb |
| RGB | rgb(205, 120, 235) |
| HSL | hsl(284, 74%, 70%) |
| CMYK | cmyk(13%, 49%, 0%, 8%) |
| LAB | lab(63.7 51.6 -44.9) |
| LCH | lch(63.7 68.4 319.0) |
| OKLCH | oklch(0.708 0.182 316.7) |
Copy-ready code
/* CSS */
color: #cd78eb;
background-color: #cd78eb;
/* Tailwind (arbitrary) */
class="text-[#cd78eb] bg-[#cd78eb]"
/* SCSS */
$brand: #cd78eb;
/* SwiftUI */
Color(red: 0.804, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#cd78eb")Accessibility — WCAG contrast
Aa
#cd78eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd78eb on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green47.1%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cd78eb text on a black background
contrast 7.48:1
Card sample
#cd78eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd78eb;
Background color
Panel with #cd78eb background
background-color: #cd78eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd78eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd78eb; background: linear-gradient(135deg, #cd78eb, #EB78BC);