#d73fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
215, 63, 210
HSL
302°, 66%, 55%
CMYK
0, 71, 2, 16
Luminance
0.2266
Every format
| HEX | #d73fd2 |
| RGB | rgb(215, 63, 210) |
| HSL | hsl(302, 66%, 55%) |
| CMYK | cmyk(0%, 71%, 2%, 16%) |
| LAB | lab(54.7 74.3 -44.9) |
| LCH | lch(54.7 86.8 328.9) |
| OKLCH | oklch(0.642 0.243 329.4) |
Copy-ready code
/* CSS */
color: #d73fd2;
background-color: #d73fd2;
/* Tailwind (arbitrary) */
class="text-[#d73fd2] bg-[#d73fd2]"
/* SCSS */
$brand: #d73fd2;
/* SwiftUI */
Color(red: 0.843, green: 0.247, blue: 0.824)
/* Android */
Color.parseColor("#d73fd2")Accessibility — WCAG contrast
Aa
#d73fd2 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d73fd2 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green24.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow2.3%
Key (black)15.7%
Color previews
#d73fd2 text on a black background
contrast 5.53:1
Card sample
#d73fd2 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d73fd2;
Background color
Panel with #d73fd2 background
background-color: #d73fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d73fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 63, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 63, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d73fd2; background: linear-gradient(135deg, #d73fd2, #D73F6D);