#c40fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
196, 15, 226
HSL
292°, 88%, 47%
CMYK
13, 93, 0, 11
Luminance
0.1757
Every format
| HEX | #c40fe2 |
| RGB | rgb(196, 15, 226) |
| HSL | hsl(292, 88%, 47%) |
| CMYK | cmyk(13%, 93%, 0%, 11%) |
| LAB | lab(49.0 83.9 -63.3) |
| LCH | lch(49.0 105.1 323.0) |
| OKLCH | oklch(0.598 0.281 320.6) |
Copy-ready code
/* CSS */
color: #c40fe2;
background-color: #c40fe2;
/* Tailwind (arbitrary) */
class="text-[#c40fe2] bg-[#c40fe2]"
/* SCSS */
$brand: #c40fe2;
/* SwiftUI */
Color(red: 0.769, green: 0.059, blue: 0.886)
/* Android */
Color.parseColor("#c40fe2")Accessibility — WCAG contrast
Aa
#c40fe2 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c40fe2 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green5.9%
Blue88.6%
CMYK percentages
Cyan13.3%
Magenta93.4%
Yellow0.0%
Key (black)11.4%
Color previews
#c40fe2 text on a black background
contrast 4.51:1
Card sample
#c40fe2 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c40fe2;
Background color
Panel with #c40fe2 background
background-color: #c40fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c40fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 15, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 15, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c40fe2; background: linear-gradient(135deg, #c40fe2, #E20F73);