#d20fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
210, 15, 223
HSL
296°, 87%, 47%
CMYK
6, 93, 0, 13
Luminance
0.1937
Every format
| HEX | #d20fdf |
| RGB | rgb(210, 15, 223) |
| HSL | hsl(296, 87%, 47%) |
| CMYK | cmyk(6%, 93%, 0%, 13%) |
| LAB | lab(51.1 85.6 -58.0) |
| LCH | lch(51.1 103.4 325.9) |
| OKLCH | oklch(0.617 0.283 325.1) |
Copy-ready code
/* CSS */
color: #d20fdf;
background-color: #d20fdf;
/* Tailwind (arbitrary) */
class="text-[#d20fdf] bg-[#d20fdf]"
/* SCSS */
$brand: #d20fdf;
/* SwiftUI */
Color(red: 0.824, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#d20fdf")Accessibility — WCAG contrast
Aa
#d20fdf on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d20fdf on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan5.8%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#d20fdf text on a black background
contrast 4.87:1
Card sample
#d20fdf text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d20fdf;
Background color
Panel with #d20fdf background
background-color: #d20fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d20fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d20fdf; background: linear-gradient(135deg, #d20fdf, #DF0F61);