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