#d40cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 12, 223
HSL
297°, 90%, 46%
CMYK
5, 95, 0, 13
Luminance
0.1959
Every format
| HEX | #d40cdf |
| RGB | rgb(212, 12, 223) |
| HSL | hsl(297, 90%, 46%) |
| CMYK | cmyk(5%, 95%, 0%, 13%) |
| LAB | lab(51.4 86.2 -57.6) |
| LCH | lch(51.4 103.7 326.2) |
| OKLCH | oklch(0.619 0.285 325.6) |
Copy-ready code
/* CSS */
color: #d40cdf;
background-color: #d40cdf;
/* Tailwind (arbitrary) */
class="text-[#d40cdf] bg-[#d40cdf]"
/* SCSS */
$brand: #d40cdf;
/* SwiftUI */
Color(red: 0.831, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#d40cdf")Accessibility — WCAG contrast
Aa
#d40cdf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d40cdf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green4.7%
Blue87.5%
CMYK percentages
Cyan4.9%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#d40cdf text on a black background
contrast 4.92:1
Card sample
#d40cdf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d40cdf;
Background color
Panel with #d40cdf background
background-color: #d40cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d40cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d40cdf; background: linear-gradient(135deg, #d40cdf, #DF0C5D);