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