#c042ff
a balanced, electric violet · warm · closest name: magenta
RGB
192, 66, 255
HSL
280°, 100%, 63%
CMYK
25, 74, 0, 0
Luminance
0.2232
Every format
| HEX | #c042ff |
| RGB | rgb(192, 66, 255) |
| HSL | hsl(280, 100%, 63%) |
| CMYK | cmyk(25%, 74%, 0%, 0%) |
| LAB | lab(54.4 76.7 -70.9) |
| LCH | lch(54.4 104.5 317.2) |
| OKLCH | oklch(0.641 0.268 311.4) |
Copy-ready code
/* CSS */
color: #c042ff;
background-color: #c042ff;
/* Tailwind (arbitrary) */
class="text-[#c042ff] bg-[#c042ff]"
/* SCSS */
$brand: #c042ff;
/* SwiftUI */
Color(red: 0.753, green: 0.259, blue: 1.000)
/* Android */
Color.parseColor("#c042ff")Accessibility — WCAG contrast
Aa
#c042ff on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c042ff on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green25.9%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta74.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c042ff text on a black background
contrast 5.46:1
Card sample
#c042ff text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c042ff;
Background color
Panel with #c042ff background
background-color: #c042ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c042ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 66, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 66, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c042ff; background: linear-gradient(135deg, #c042ff, #FF42C0);