#c078eb
a light, vivid violet · warm · closest name: orchid
RGB
192, 120, 235
HSL
278°, 74%, 70%
CMYK
18, 49, 0, 8
Luminance
0.3064
Every format
| HEX | #c078eb |
| RGB | rgb(192, 120, 235) |
| HSL | hsl(278, 74%, 70%) |
| CMYK | cmyk(18%, 49%, 0%, 8%) |
| LAB | lab(62.2 48.1 -47.3) |
| LCH | lch(62.2 67.4 315.5) |
| OKLCH | oklch(0.694 0.176 311.5) |
Copy-ready code
/* CSS */
color: #c078eb;
background-color: #c078eb;
/* Tailwind (arbitrary) */
class="text-[#c078eb] bg-[#c078eb]"
/* SCSS */
$brand: #c078eb;
/* SwiftUI */
Color(red: 0.753, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#c078eb")Accessibility — WCAG contrast
Aa
#c078eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c078eb on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green47.1%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c078eb text on a black background
contrast 7.13:1
Card sample
#c078eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c078eb;
Background color
Panel with #c078eb background
background-color: #c078eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c078eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c078eb; background: linear-gradient(135deg, #c078eb, #EB78C9);