#c40cfc
a balanced, electric violet · warm · closest name: magenta
RGB
196, 12, 252
HSL
286°, 98%, 52%
CMYK
22, 95, 0, 1
Luminance
0.1903
Every format
| HEX | #c40cfc |
| RGB | rgb(196, 12, 252) |
| HSL | hsl(286, 98%, 52%) |
| CMYK | cmyk(22%, 95%, 0%, 1%) |
| LAB | lab(50.7 88.5 -75.1) |
| LCH | lch(50.7 116.1 319.7) |
| OKLCH | oklch(0.616 0.300 314.8) |
Copy-ready code
/* CSS */
color: #c40cfc;
background-color: #c40cfc;
/* Tailwind (arbitrary) */
class="text-[#c40cfc] bg-[#c40cfc]"
/* SCSS */
$brand: #c40cfc;
/* SwiftUI */
Color(red: 0.769, green: 0.047, blue: 0.988)
/* Android */
Color.parseColor("#c40cfc")Accessibility — WCAG contrast
Aa
#c40cfc on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c40cfc on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green4.7%
Blue98.8%
CMYK percentages
Cyan22.2%
Magenta95.2%
Yellow0.0%
Key (black)1.2%
Color previews
#c40cfc text on a black background
contrast 4.81:1
Card sample
#c40cfc text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40cfc;
Background color
Panel with #c40cfc background
background-color: #c40cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 12, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 12, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40cfc; background: linear-gradient(135deg, #c40cfc, #FC0C94);