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