#c78eee
a light, vivid violet · warm · closest name: violet
RGB
199, 142, 238
HSL
276°, 74%, 75%
CMYK
16, 40, 0, 7
Luminance
0.3766
Every format
| HEX | #c78eee |
| RGB | rgb(199, 142, 238) |
| HSL | hsl(276, 74%, 75%) |
| CMYK | cmyk(16%, 40%, 0%, 7%) |
| LAB | lab(67.8 38.9 -40.1) |
| LCH | lch(67.8 55.9 314.1) |
| OKLCH | oklch(0.738 0.146 310.5) |
Copy-ready code
/* CSS */
color: #c78eee;
background-color: #c78eee;
/* Tailwind (arbitrary) */
class="text-[#c78eee] bg-[#c78eee]"
/* SCSS */
$brand: #c78eee;
/* SwiftUI */
Color(red: 0.780, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#c78eee")Accessibility — WCAG contrast
Aa
#c78eee on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c78eee on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green55.7%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c78eee text on a black background
contrast 8.53:1
Card sample
#c78eee text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c78eee;
Background color
Panel with #c78eee background
background-color: #c78eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c78eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c78eee; background: linear-gradient(135deg, #c78eee, #EE8ED5);