#c042df
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 66, 223
HSL
288°, 71%, 57%
CMYK
14, 70, 0, 13
Luminance
0.2043
Every format
| HEX | #c042df |
| RGB | rgb(192, 66, 223) |
| HSL | hsl(288, 71%, 57%) |
| CMYK | cmyk(14%, 70%, 0%, 13%) |
| LAB | lab(52.3 70.6 -56.3) |
| LCH | lch(52.3 90.3 321.4) |
| OKLCH | oklch(0.620 0.240 318.9) |
Copy-ready code
/* CSS */
color: #c042df;
background-color: #c042df;
/* Tailwind (arbitrary) */
class="text-[#c042df] bg-[#c042df]"
/* SCSS */
$brand: #c042df;
/* SwiftUI */
Color(red: 0.753, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#c042df")Accessibility — WCAG contrast
Aa
#c042df on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c042df on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green25.9%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta70.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c042df text on a black background
contrast 5.09:1
Card sample
#c042df text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c042df;
Background color
Panel with #c042df background
background-color: #c042df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c042df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c042df; background: linear-gradient(135deg, #c042df, #DF4295);