#c073eb
a light, electric violet · warm · closest name: orchid
RGB
192, 115, 235
HSL
279°, 75%, 69%
CMYK
18, 51, 0, 8
Luminance
0.2947
Every format
| HEX | #c073eb |
| RGB | rgb(192, 115, 235) |
| HSL | hsl(279, 75%, 69%) |
| CMYK | cmyk(18%, 51%, 0%, 8%) |
| LAB | lab(61.2 50.7 -48.9) |
| LCH | lch(61.2 70.4 316.0) |
| OKLCH | oklch(0.687 0.184 312.1) |
Copy-ready code
/* CSS */
color: #c073eb;
background-color: #c073eb;
/* Tailwind (arbitrary) */
class="text-[#c073eb] bg-[#c073eb]"
/* SCSS */
$brand: #c073eb;
/* SwiftUI */
Color(red: 0.753, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#c073eb")Accessibility — WCAG contrast
Aa
#c073eb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c073eb on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green45.1%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c073eb text on a black background
contrast 6.89:1
Card sample
#c073eb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c073eb;
Background color
Panel with #c073eb background
background-color: #c073eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c073eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c073eb; background: linear-gradient(135deg, #c073eb, #EB73C6);