#c437df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 55, 223
HSL
290°, 72%, 55%
CMYK
12, 75, 0, 13
Luminance
0.1980
Every format
| HEX | #c437df |
| RGB | rgb(196, 55, 223) |
| HSL | hsl(290, 72%, 55%) |
| CMYK | cmyk(12%, 75%, 0%, 13%) |
| LAB | lab(51.6 75.1 -57.4) |
| LCH | lch(51.6 94.5 322.6) |
| OKLCH | oklch(0.616 0.253 320.5) |
Copy-ready code
/* CSS */
color: #c437df;
background-color: #c437df;
/* Tailwind (arbitrary) */
class="text-[#c437df] bg-[#c437df]"
/* SCSS */
$brand: #c437df;
/* SwiftUI */
Color(red: 0.769, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#c437df")Accessibility — WCAG contrast
Aa
#c437df on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c437df on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green21.6%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c437df text on a black background
contrast 4.96:1
Card sample
#c437df text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c437df;
Background color
Panel with #c437df background
background-color: #c437df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c437df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c437df; background: linear-gradient(135deg, #c437df, #DF378A);