#d40cfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 12, 252
HSL
290°, 98%, 52%
CMYK
16, 95, 0, 1
Luminance
0.2129
Every format
| HEX | #d40cfc |
| RGB | rgb(212, 12, 252) |
| HSL | hsl(290, 98%, 52%) |
| CMYK | cmyk(16%, 95%, 0%, 1%) |
| LAB | lab(53.3 90.7 -70.9) |
| LCH | lch(53.3 115.1 322.0) |
| OKLCH | oklch(0.638 0.304 319.0) |
Copy-ready code
/* CSS */
color: #d40cfc;
background-color: #d40cfc;
/* Tailwind (arbitrary) */
class="text-[#d40cfc] bg-[#d40cfc]"
/* SCSS */
$brand: #d40cfc;
/* SwiftUI */
Color(red: 0.831, green: 0.047, blue: 0.988)
/* Android */
Color.parseColor("#d40cfc")Accessibility — WCAG contrast
Aa
#d40cfc on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d40cfc on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green4.7%
Blue98.8%
CMYK percentages
Cyan15.9%
Magenta95.2%
Yellow0.0%
Key (black)1.2%
Color previews
#d40cfc text on a black background
contrast 5.26:1
Card sample
#d40cfc text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d40cfc;
Background color
Panel with #d40cfc background
background-color: #d40cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d40cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 12, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 12, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d40cfc; background: linear-gradient(135deg, #d40cfc, #FC0C84);