#c73bfd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 59, 253
HSL
283°, 98%, 61%
CMYK
21, 77, 0, 1
Luminance
0.2236
Every format
| HEX | #c73bfd |
| RGB | rgb(199, 59, 253) |
| HSL | hsl(283, 98%, 61%) |
| CMYK | cmyk(21%, 77%, 0%, 1%) |
| LAB | lab(54.4 79.9 -69.7) |
| LCH | lch(54.4 106.0 318.9) |
| OKLCH | oklch(0.643 0.275 314.2) |
Copy-ready code
/* CSS */
color: #c73bfd;
background-color: #c73bfd;
/* Tailwind (arbitrary) */
class="text-[#c73bfd] bg-[#c73bfd]"
/* SCSS */
$brand: #c73bfd;
/* SwiftUI */
Color(red: 0.780, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#c73bfd")Accessibility — WCAG contrast
Aa
#c73bfd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c73bfd on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green23.1%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c73bfd text on a black background
contrast 5.47:1
Card sample
#c73bfd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73bfd;
Background color
Panel with #c73bfd background
background-color: #c73bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73bfd; background: linear-gradient(135deg, #c73bfd, #FD3BB2);