#c73bff
a balanced, electric violet · warm · closest name: magenta
RGB
199, 59, 255
HSL
283°, 100%, 62%
CMYK
22, 77, 0, 0
Luminance
0.2249
Every format
| HEX | #c73bff |
| RGB | rgb(199, 59, 255) |
| HSL | hsl(283, 100%, 62%) |
| CMYK | cmyk(22%, 77%, 0%, 0%) |
| LAB | lab(54.5 80.3 -70.6) |
| LCH | lch(54.5 106.9 318.7) |
| OKLCH | oklch(0.644 0.277 313.8) |
Copy-ready code
/* CSS */
color: #c73bff;
background-color: #c73bff;
/* Tailwind (arbitrary) */
class="text-[#c73bff] bg-[#c73bff]"
/* SCSS */
$brand: #c73bff;
/* SwiftUI */
Color(red: 0.780, green: 0.231, blue: 1.000)
/* Android */
Color.parseColor("#c73bff")Accessibility — WCAG contrast
Aa
#c73bff on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c73bff on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green23.1%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta76.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c73bff text on a black background
contrast 5.50:1
Card sample
#c73bff text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73bff;
Background color
Panel with #c73bff background
background-color: #c73bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 59, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 59, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73bff; background: linear-gradient(135deg, #c73bff, #FF3BB4);