#c718fd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 24, 253
HSL
286°, 98%, 54%
CMYK
21, 91, 0, 1
Luminance
0.1989
Every format
| HEX | #c718fd |
| RGB | rgb(199, 24, 253) |
| HSL | hsl(286, 98%, 54%) |
| CMYK | cmyk(21%, 91%, 0%, 1%) |
| LAB | lab(51.7 87.8 -74.1) |
| LCH | lch(51.7 114.9 319.8) |
| OKLCH | oklch(0.624 0.298 315.2) |
Copy-ready code
/* CSS */
color: #c718fd;
background-color: #c718fd;
/* Tailwind (arbitrary) */
class="text-[#c718fd] bg-[#c718fd]"
/* SCSS */
$brand: #c718fd;
/* SwiftUI */
Color(red: 0.780, green: 0.094, blue: 0.992)
/* Android */
Color.parseColor("#c718fd")Accessibility — WCAG contrast
Aa
#c718fd on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c718fd on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green9.4%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta90.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c718fd text on a black background
contrast 4.98:1
Card sample
#c718fd text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c718fd;
Background color
Panel with #c718fd background
background-color: #c718fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c718fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 24, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 24, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c718fd; background: linear-gradient(135deg, #c718fd, #FD189A);