#c40df2
a balanced, electric violet · warm · closest name: magenta
RGB
196, 13, 242
HSL
288°, 90%, 50%
CMYK
19, 95, 0, 5
Luminance
0.1843
Every format
| HEX | #c40df2 |
| RGB | rgb(196, 13, 242) |
| HSL | hsl(288, 90%, 50%) |
| CMYK | cmyk(19%, 95%, 0%, 5%) |
| LAB | lab(50.0 86.8 -70.7) |
| LCH | lch(50.0 111.9 320.8) |
| OKLCH | oklch(0.609 0.293 317.0) |
Copy-ready code
/* CSS */
color: #c40df2;
background-color: #c40df2;
/* Tailwind (arbitrary) */
class="text-[#c40df2] bg-[#c40df2]"
/* SCSS */
$brand: #c40df2;
/* SwiftUI */
Color(red: 0.769, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#c40df2")Accessibility — WCAG contrast
Aa
#c40df2 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c40df2 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green5.1%
Blue94.9%
CMYK percentages
Cyan19.0%
Magenta94.6%
Yellow0.0%
Key (black)5.1%
Color previews
#c40df2 text on a black background
contrast 4.69:1
Card sample
#c40df2 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40df2;
Background color
Panel with #c40df2 background
background-color: #c40df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40df2; background: linear-gradient(135deg, #c40df2, #F20D88);