#c430df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 48, 223
HSL
291°, 73%, 53%
CMYK
12, 79, 0, 13
Luminance
0.1918
Every format
| HEX | #c430df |
| RGB | rgb(196, 48, 223) |
| HSL | hsl(291, 73%, 53%) |
| CMYK | cmyk(12%, 79%, 0%, 13%) |
| LAB | lab(50.9 77.2 -58.5) |
| LCH | lch(50.9 96.9 322.8) |
| OKLCH | oklch(0.611 0.260 320.8) |
Copy-ready code
/* CSS */
color: #c430df;
background-color: #c430df;
/* Tailwind (arbitrary) */
class="text-[#c430df] bg-[#c430df]"
/* SCSS */
$brand: #c430df;
/* SwiftUI */
Color(red: 0.769, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#c430df")Accessibility — WCAG contrast
Aa
#c430df on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c430df on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green18.8%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c430df text on a black background
contrast 4.84:1
Card sample
#c430df text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c430df;
Background color
Panel with #c430df background
background-color: #c430df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c430df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c430df; background: linear-gradient(135deg, #c430df, #DF3085);