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