#c050fd
a light, electric violet · warm · closest name: magenta
RGB
192, 80, 253
HSL
279°, 98%, 65%
CMYK
24, 68, 0, 1
Luminance
0.2404
Every format
| HEX | #c050fd |
| RGB | rgb(192, 80, 253) |
| HSL | hsl(279, 98%, 65%) |
| CMYK | cmyk(24%, 68%, 0%, 1%) |
| LAB | lab(56.1 71.0 -67.0) |
| LCH | lch(56.1 97.6 316.7) |
| OKLCH | oklch(0.653 0.251 311.0) |
Copy-ready code
/* CSS */
color: #c050fd;
background-color: #c050fd;
/* Tailwind (arbitrary) */
class="text-[#c050fd] bg-[#c050fd]"
/* SCSS */
$brand: #c050fd;
/* SwiftUI */
Color(red: 0.753, green: 0.314, blue: 0.992)
/* Android */
Color.parseColor("#c050fd")Accessibility — WCAG contrast
Aa
#c050fd on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c050fd on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green31.4%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta68.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c050fd text on a black background
contrast 5.81:1
Card sample
#c050fd text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c050fd;
Background color
Panel with #c050fd background
background-color: #c050fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c050fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 80, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 80, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c050fd; background: linear-gradient(135deg, #c050fd, #FD50C7);