#c043fd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 67, 253
HSL
280°, 98%, 63%
CMYK
24, 74, 0, 1
Luminance
0.2231
Every format
| HEX | #c043fd |
| RGB | rgb(192, 67, 253) |
| HSL | hsl(280, 98%, 63%) |
| CMYK | cmyk(24%, 74%, 0%, 1%) |
| LAB | lab(54.4 76.0 -69.8) |
| LCH | lch(54.4 103.2 317.4) |
| OKLCH | oklch(0.640 0.265 311.8) |
Copy-ready code
/* CSS */
color: #c043fd;
background-color: #c043fd;
/* Tailwind (arbitrary) */
class="text-[#c043fd] bg-[#c043fd]"
/* SCSS */
$brand: #c043fd;
/* SwiftUI */
Color(red: 0.753, green: 0.263, blue: 0.992)
/* Android */
Color.parseColor("#c043fd")Accessibility — WCAG contrast
Aa
#c043fd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c043fd on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green26.3%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta73.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c043fd text on a black background
contrast 5.46:1
Card sample
#c043fd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c043fd;
Background color
Panel with #c043fd background
background-color: #c043fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c043fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 67, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 67, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c043fd; background: linear-gradient(135deg, #c043fd, #FD43BE);