#c050eb
a balanced, electric violet · warm · closest name: orchid
RGB
192, 80, 235
HSL
283°, 80%, 62%
CMYK
18, 66, 0, 8
Luminance
0.2294
Every format
| HEX | #c050eb |
| RGB | rgb(192, 80, 235) |
| HSL | hsl(283, 80%, 62%) |
| CMYK | cmyk(18%, 66%, 0%, 8%) |
| LAB | lab(55.0 67.3 -58.7) |
| LCH | lch(55.0 89.3 318.9) |
| OKLCH | oklch(0.641 0.234 315.2) |
Copy-ready code
/* CSS */
color: #c050eb;
background-color: #c050eb;
/* Tailwind (arbitrary) */
class="text-[#c050eb] bg-[#c050eb]"
/* SCSS */
$brand: #c050eb;
/* SwiftUI */
Color(red: 0.753, green: 0.314, blue: 0.922)
/* Android */
Color.parseColor("#c050eb")Accessibility — WCAG contrast
Aa
#c050eb on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c050eb on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green31.4%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta66.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c050eb text on a black background
contrast 5.59:1
Card sample
#c050eb text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c050eb;
Background color
Panel with #c050eb background
background-color: #c050eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c050eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 80, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 80, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c050eb; background: linear-gradient(135deg, #c050eb, #EB50AF);