#d40cd2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
212, 12, 210
HSL
301°, 89%, 44%
CMYK
0, 94, 1, 17
Luminance
0.1891
Every format
| HEX | #d40cd2 |
| RGB | rgb(212, 12, 210) |
| HSL | hsl(301, 89%, 44%) |
| CMYK | cmyk(0%, 94%, 1%, 17%) |
| LAB | lab(50.6 84.3 -51.5) |
| LCH | lch(50.6 98.7 328.6) |
| OKLCH | oklch(0.611 0.276 328.8) |
Copy-ready code
/* CSS */
color: #d40cd2;
background-color: #d40cd2;
/* Tailwind (arbitrary) */
class="text-[#d40cd2] bg-[#d40cd2]"
/* SCSS */
$brand: #d40cd2;
/* SwiftUI */
Color(red: 0.831, green: 0.047, blue: 0.824)
/* Android */
Color.parseColor("#d40cd2")Accessibility — WCAG contrast
Aa
#d40cd2 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d40cd2 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green4.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow0.9%
Key (black)16.9%
Color previews
#d40cd2 text on a black background
contrast 4.78:1
Card sample
#d40cd2 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d40cd2;
Background color
Panel with #d40cd2 background
background-color: #d40cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d40cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 12, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 12, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d40cd2; background: linear-gradient(135deg, #d40cd2, #D40C4D);