#c40ddf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
196, 13, 223
HSL
292°, 89%, 46%
CMYK
12, 94, 0, 13
Luminance
0.1735
Every format
| HEX | #c40ddf |
| RGB | rgb(196, 13, 223) |
| HSL | hsl(292, 89%, 46%) |
| CMYK | cmyk(12%, 94%, 0%, 13%) |
| LAB | lab(48.7 83.6 -62.1) |
| LCH | lch(48.7 104.2 323.4) |
| OKLCH | oklch(0.596 0.279 321.3) |
Copy-ready code
/* CSS */
color: #c40ddf;
background-color: #c40ddf;
/* Tailwind (arbitrary) */
class="text-[#c40ddf] bg-[#c40ddf]"
/* SCSS */
$brand: #c40ddf;
/* SwiftUI */
Color(red: 0.769, green: 0.051, blue: 0.875)
/* Android */
Color.parseColor("#c40ddf")Accessibility — WCAG contrast
Aa
#c40ddf on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40ddf on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green5.1%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta94.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c40ddf text on a black background
contrast 4.47:1
Card sample
#c40ddf text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40ddf;
Background color
Panel with #c40ddf background
background-color: #c40ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 13, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 13, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40ddf; background: linear-gradient(135deg, #c40ddf, #DF0D6E);