#c042ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 66, 206
HSL
294°, 59%, 53%
CMYK
7, 68, 0, 19
Luminance
0.1956
Every format
| HEX | #c042ce |
| RGB | rgb(192, 66, 206) |
| HSL | hsl(294, 59%, 53%) |
| CMYK | cmyk(7%, 68%, 0%, 19%) |
| LAB | lab(51.3 67.5 -48.2) |
| LCH | lch(51.3 83.0 324.5) |
| OKLCH | oklch(0.610 0.226 323.6) |
Copy-ready code
/* CSS */
color: #c042ce;
background-color: #c042ce;
/* Tailwind (arbitrary) */
class="text-[#c042ce] bg-[#c042ce]"
/* SCSS */
$brand: #c042ce;
/* SwiftUI */
Color(red: 0.753, green: 0.259, blue: 0.808)
/* Android */
Color.parseColor("#c042ce")Accessibility — WCAG contrast
Aa
#c042ce on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c042ce on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green25.9%
Blue80.8%
CMYK percentages
Cyan6.8%
Magenta68.0%
Yellow0.0%
Key (black)19.2%
Color previews
#c042ce text on a black background
contrast 4.91:1
Card sample
#c042ce text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c042ce;
Background color
Panel with #c042ce background
background-color: #c042ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c042ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 66, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 66, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c042ce; background: linear-gradient(135deg, #c042ce, #CE427F);