#c073df
a light, vivid violet · warm · closest name: orchid
RGB
192, 115, 223
HSL
283°, 63%, 66%
CMYK
14, 48, 0, 13
Luminance
0.2880
Every format
| HEX | #c073df |
| RGB | rgb(192, 115, 223) |
| HSL | hsl(283, 63%, 66%) |
| CMYK | cmyk(14%, 48%, 0%, 13%) |
| LAB | lab(60.6 48.2 -43.1) |
| LCH | lch(60.6 64.7 318.2) |
| OKLCH | oklch(0.680 0.171 315.5) |
Copy-ready code
/* CSS */
color: #c073df;
background-color: #c073df;
/* Tailwind (arbitrary) */
class="text-[#c073df] bg-[#c073df]"
/* SCSS */
$brand: #c073df;
/* SwiftUI */
Color(red: 0.753, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#c073df")Accessibility — WCAG contrast
Aa
#c073df on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c073df on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green45.1%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c073df text on a black background
contrast 6.76:1
Card sample
#c073df text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c073df;
Background color
Panel with #c073df background
background-color: #c073df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c073df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c073df; background: linear-gradient(135deg, #c073df, #DF73B6);