#c30cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
195, 12, 223
HSL
292°, 90%, 46%
CMYK
13, 95, 0, 13
Luminance
0.1719
Every format
| HEX | #c30cdf |
| RGB | rgb(195, 12, 223) |
| HSL | hsl(292, 90%, 46%) |
| CMYK | cmyk(13%, 95%, 0%, 13%) |
| LAB | lab(48.5 83.6 -62.4) |
| LCH | lch(48.5 104.3 323.3) |
| OKLCH | oklch(0.594 0.279 321.1) |
Copy-ready code
/* CSS */
color: #c30cdf;
background-color: #c30cdf;
/* Tailwind (arbitrary) */
class="text-[#c30cdf] bg-[#c30cdf]"
/* SCSS */
$brand: #c30cdf;
/* SwiftUI */
Color(red: 0.765, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#c30cdf")Accessibility — WCAG contrast
Aa
#c30cdf on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c30cdf on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green4.7%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c30cdf text on a black background
contrast 4.44:1
Card sample
#c30cdf text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c30cdf;
Background color
Panel with #c30cdf background
background-color: #c30cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c30cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c30cdf; background: linear-gradient(135deg, #c30cdf, #DF0C6F);