#c434df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 52, 223
HSL
291°, 73%, 54%
CMYK
12, 77, 0, 13
Luminance
0.1952
Every format
| HEX | #c434df |
| RGB | rgb(196, 52, 223) |
| HSL | hsl(291, 73%, 54%) |
| CMYK | cmyk(12%, 77%, 0%, 13%) |
| LAB | lab(51.3 76.0 -57.9) |
| LCH | lch(51.3 95.6 322.7) |
| OKLCH | oklch(0.614 0.256 320.6) |
Copy-ready code
/* CSS */
color: #c434df;
background-color: #c434df;
/* Tailwind (arbitrary) */
class="text-[#c434df] bg-[#c434df]"
/* SCSS */
$brand: #c434df;
/* SwiftUI */
Color(red: 0.769, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#c434df")Accessibility — WCAG contrast
Aa
#c434df on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c434df on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green20.4%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c434df text on a black background
contrast 4.90:1
Card sample
#c434df text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c434df;
Background color
Panel with #c434df background
background-color: #c434df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c434df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c434df; background: linear-gradient(135deg, #c434df, #DF3488);