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