#c428df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 40, 223
HSL
291°, 74%, 52%
CMYK
12, 82, 0, 13
Luminance
0.1858
Every format
| HEX | #c428df |
| RGB | rgb(196, 40, 223) |
| HSL | hsl(291, 74%, 52%) |
| CMYK | cmyk(12%, 82%, 0%, 13%) |
| LAB | lab(50.2 79.2 -59.7) |
| LCH | lch(50.2 99.2 323.0) |
| OKLCH | oklch(0.606 0.266 320.9) |
Copy-ready code
/* CSS */
color: #c428df;
background-color: #c428df;
/* Tailwind (arbitrary) */
class="text-[#c428df] bg-[#c428df]"
/* SCSS */
$brand: #c428df;
/* SwiftUI */
Color(red: 0.769, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#c428df")Accessibility — WCAG contrast
Aa
#c428df on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c428df on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green15.7%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c428df text on a black background
contrast 4.72:1
Card sample
#c428df text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c428df;
Background color
Panel with #c428df background
background-color: #c428df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c428df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c428df; background: linear-gradient(135deg, #c428df, #DF2880);