#c730fd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 48, 253
HSL
284°, 98%, 59%
CMYK
21, 81, 0, 1
Luminance
0.2135
Every format
| HEX | #c730fd |
| RGB | rgb(199, 48, 253) |
| HSL | hsl(284, 98%, 59%) |
| CMYK | cmyk(21%, 81%, 0%, 1%) |
| LAB | lab(53.3 83.0 -71.4) |
| LCH | lch(53.3 109.5 319.3) |
| OKLCH | oklch(0.635 0.284 314.6) |
Copy-ready code
/* CSS */
color: #c730fd;
background-color: #c730fd;
/* Tailwind (arbitrary) */
class="text-[#c730fd] bg-[#c730fd]"
/* SCSS */
$brand: #c730fd;
/* SwiftUI */
Color(red: 0.780, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#c730fd")Accessibility — WCAG contrast
Aa
#c730fd on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c730fd on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.8%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c730fd text on a black background
contrast 5.27:1
Card sample
#c730fd text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c730fd;
Background color
Panel with #c730fd background
background-color: #c730fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c730fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c730fd; background: linear-gradient(135deg, #c730fd, #FD30AA);