#c12cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
193, 44, 223
HSL
290°, 74%, 52%
CMYK
14, 80, 0, 13
Luminance
0.1847
Every format
| HEX | #c12cdf |
| RGB | rgb(193, 44, 223) |
| HSL | hsl(290, 74%, 52%) |
| CMYK | cmyk(14%, 80%, 0%, 13%) |
| LAB | lab(50.1 77.7 -59.9) |
| LCH | lch(50.1 98.1 322.4) |
| OKLCH | oklch(0.604 0.262 320.0) |
Copy-ready code
/* CSS */
color: #c12cdf;
background-color: #c12cdf;
/* Tailwind (arbitrary) */
class="text-[#c12cdf] bg-[#c12cdf]"
/* SCSS */
$brand: #c12cdf;
/* SwiftUI */
Color(red: 0.757, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#c12cdf")Accessibility — WCAG contrast
Aa
#c12cdf on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c12cdf on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c12cdf text on a black background
contrast 4.69:1
Card sample
#c12cdf text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c12cdf;
Background color
Panel with #c12cdf background
background-color: #c12cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c12cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c12cdf; background: linear-gradient(135deg, #c12cdf, #DF2C86);