#c077eb
a light, vivid violet · warm · closest name: orchid
RGB
192, 119, 235
HSL
278°, 74%, 69%
CMYK
18, 49, 0, 8
Luminance
0.3040
Every format
| HEX | #c077eb |
| RGB | rgb(192, 119, 235) |
| HSL | hsl(278, 74%, 69%) |
| CMYK | cmyk(18%, 49%, 0%, 8%) |
| LAB | lab(62.0 48.6 -47.6) |
| LCH | lch(62.0 68.0 315.6) |
| OKLCH | oklch(0.693 0.178 311.6) |
Copy-ready code
/* CSS */
color: #c077eb;
background-color: #c077eb;
/* Tailwind (arbitrary) */
class="text-[#c077eb] bg-[#c077eb]"
/* SCSS */
$brand: #c077eb;
/* SwiftUI */
Color(red: 0.753, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#c077eb")Accessibility — WCAG contrast
Aa
#c077eb on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c077eb on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green46.7%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c077eb text on a black background
contrast 7.08:1
Card sample
#c077eb text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c077eb;
Background color
Panel with #c077eb background
background-color: #c077eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c077eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c077eb; background: linear-gradient(135deg, #c077eb, #EB77C9);