#d73bfd
a balanced, electric violet · warm · closest name: magenta
RGB
215, 59, 253
HSL
288°, 98%, 61%
CMYK
15, 77, 0, 1
Luminance
0.2467
Every format
| HEX | #d73bfd |
| RGB | rgb(215, 59, 253) |
| HSL | hsl(288, 98%, 61%) |
| CMYK | cmyk(15%, 77%, 0%, 1%) |
| LAB | lab(56.8 82.7 -65.8) |
| LCH | lch(56.8 105.7 321.5) |
| OKLCH | oklch(0.664 0.280 318.7) |
Copy-ready code
/* CSS */
color: #d73bfd;
background-color: #d73bfd;
/* Tailwind (arbitrary) */
class="text-[#d73bfd] bg-[#d73bfd]"
/* SCSS */
$brand: #d73bfd;
/* SwiftUI */
Color(red: 0.843, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#d73bfd")Accessibility — WCAG contrast
Aa
#d73bfd on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d73bfd on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green23.1%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d73bfd text on a black background
contrast 5.93:1
Card sample
#d73bfd text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d73bfd;
Background color
Panel with #d73bfd background
background-color: #d73bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d73bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d73bfd; background: linear-gradient(135deg, #d73bfd, #FD3BA2);