#c43cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 60, 223
HSL
290°, 72%, 56%
CMYK
12, 73, 0, 13
Luminance
0.2030
Every format
| HEX | #c43cdf |
| RGB | rgb(196, 60, 223) |
| HSL | hsl(290, 72%, 56%) |
| CMYK | cmyk(12%, 73%, 0%, 13%) |
| LAB | lab(52.2 73.5 -56.5) |
| LCH | lch(52.2 92.7 322.5) |
| OKLCH | oklch(0.620 0.248 320.4) |
Copy-ready code
/* CSS */
color: #c43cdf;
background-color: #c43cdf;
/* Tailwind (arbitrary) */
class="text-[#c43cdf] bg-[#c43cdf]"
/* SCSS */
$brand: #c43cdf;
/* SwiftUI */
Color(red: 0.769, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#c43cdf")Accessibility — WCAG contrast
Aa
#c43cdf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c43cdf on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green23.5%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c43cdf text on a black background
contrast 5.06:1
Card sample
#c43cdf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c43cdf;
Background color
Panel with #c43cdf background
background-color: #c43cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c43cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c43cdf; background: linear-gradient(135deg, #c43cdf, #DF3C8D);