#c40df8
a balanced, electric violet · warm · closest name: magenta
RGB
196, 13, 248
HSL
287°, 94%, 51%
CMYK
21, 95, 0, 3
Luminance
0.1880
Every format
| HEX | #c40df8 |
| RGB | rgb(196, 13, 248) |
| HSL | hsl(287, 94%, 51%) |
| CMYK | cmyk(21%, 95%, 0%, 3%) |
| LAB | lab(50.5 87.8 -73.3) |
| LCH | lch(50.5 114.4 320.1) |
| OKLCH | oklch(0.613 0.297 315.6) |
Copy-ready code
/* CSS */
color: #c40df8;
background-color: #c40df8;
/* Tailwind (arbitrary) */
class="text-[#c40df8] bg-[#c40df8]"
/* SCSS */
$brand: #c40df8;
/* SwiftUI */
Color(red: 0.769, green: 0.051, blue: 0.973)
/* Android */
Color.parseColor("#c40df8")Accessibility — WCAG contrast
Aa
#c40df8 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c40df8 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green5.1%
Blue97.3%
CMYK percentages
Cyan21.0%
Magenta94.8%
Yellow0.0%
Key (black)2.7%
Color previews
#c40df8 text on a black background
contrast 4.76:1
Card sample
#c40df8 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40df8;
Background color
Panel with #c40df8 background
background-color: #c40df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 13, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 13, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40df8; background: linear-gradient(135deg, #c40df8, #F80D8F);