#c042f7
a balanced, electric violet · warm · closest name: magenta
RGB
192, 66, 247
HSL
282°, 92%, 61%
CMYK
22, 73, 0, 3
Luminance
0.2182
Every format
| HEX | #c042f7 |
| RGB | rgb(192, 66, 247) |
| HSL | hsl(282, 92%, 61%) |
| CMYK | cmyk(22%, 73%, 0%, 3%) |
| LAB | lab(53.8 75.2 -67.3) |
| LCH | lch(53.8 100.9 318.1) |
| OKLCH | oklch(0.635 0.261 313.2) |
Copy-ready code
/* CSS */
color: #c042f7;
background-color: #c042f7;
/* Tailwind (arbitrary) */
class="text-[#c042f7] bg-[#c042f7]"
/* SCSS */
$brand: #c042f7;
/* SwiftUI */
Color(red: 0.753, green: 0.259, blue: 0.969)
/* Android */
Color.parseColor("#c042f7")Accessibility — WCAG contrast
Aa
#c042f7 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c042f7 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green25.9%
Blue96.9%
CMYK percentages
Cyan22.3%
Magenta73.3%
Yellow0.0%
Key (black)3.1%
Color previews
#c042f7 text on a black background
contrast 5.36:1
Card sample
#c042f7 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c042f7;
Background color
Panel with #c042f7 background
background-color: #c042f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c042f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 66, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 66, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c042f7; background: linear-gradient(135deg, #c042f7, #F742B5);