#c130df
a balanced, vivid violet · warm · closest name: magenta
RGB
193, 48, 223
HSL
290°, 73%, 53%
CMYK
14, 79, 0, 13
Luminance
0.1878
Every format
| HEX | #c130df |
| RGB | rgb(193, 48, 223) |
| HSL | hsl(290, 73%, 53%) |
| CMYK | cmyk(14%, 79%, 0%, 13%) |
| LAB | lab(50.4 76.7 -59.3) |
| LCH | lch(50.4 96.9 322.3) |
| OKLCH | oklch(0.607 0.259 319.9) |
Copy-ready code
/* CSS */
color: #c130df;
background-color: #c130df;
/* Tailwind (arbitrary) */
class="text-[#c130df] bg-[#c130df]"
/* SCSS */
$brand: #c130df;
/* SwiftUI */
Color(red: 0.757, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#c130df")Accessibility — WCAG contrast
Aa
#c130df on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c130df on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green18.8%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c130df text on a black background
contrast 4.76:1
Card sample
#c130df text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c130df;
Background color
Panel with #c130df background
background-color: #c130df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c130df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c130df; background: linear-gradient(135deg, #c130df, #DF3088);