#c142fd
a balanced, electric violet · warm · closest name: magenta
RGB
193, 66, 253
HSL
281°, 98%, 63%
CMYK
24, 74, 0, 1
Luminance
0.2233
Every format
| HEX | #c142fd |
| RGB | rgb(193, 66, 253) |
| HSL | hsl(281, 98%, 63%) |
| CMYK | cmyk(24%, 74%, 0%, 1%) |
| LAB | lab(54.4 76.5 -69.8) |
| LCH | lch(54.4 103.6 317.6) |
| OKLCH | oklch(0.641 0.266 312.2) |
Copy-ready code
/* CSS */
color: #c142fd;
background-color: #c142fd;
/* Tailwind (arbitrary) */
class="text-[#c142fd] bg-[#c142fd]"
/* SCSS */
$brand: #c142fd;
/* SwiftUI */
Color(red: 0.757, green: 0.259, blue: 0.992)
/* Android */
Color.parseColor("#c142fd")Accessibility — WCAG contrast
Aa
#c142fd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c142fd on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green25.9%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta73.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c142fd text on a black background
contrast 5.47:1
Card sample
#c142fd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c142fd;
Background color
Panel with #c142fd background
background-color: #c142fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c142fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 66, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 66, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c142fd; background: linear-gradient(135deg, #c142fd, #FD42BC);