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