#c915fd
a balanced, electric violet · warm · closest name: magenta
RGB
201, 21, 253
HSL
287°, 98%, 54%
CMYK
21, 92, 0, 1
Luminance
0.2005
Every format
| HEX | #c915fd |
| RGB | rgb(201, 21, 253) |
| HSL | hsl(287, 98%, 54%) |
| CMYK | cmyk(21%, 92%, 0%, 1%) |
| LAB | lab(51.9 88.5 -73.8) |
| LCH | lch(51.9 115.2 320.2) |
| OKLCH | oklch(0.626 0.299 315.8) |
Copy-ready code
/* CSS */
color: #c915fd;
background-color: #c915fd;
/* Tailwind (arbitrary) */
class="text-[#c915fd] bg-[#c915fd]"
/* SCSS */
$brand: #c915fd;
/* SwiftUI */
Color(red: 0.788, green: 0.082, blue: 0.992)
/* Android */
Color.parseColor("#c915fd")Accessibility — WCAG contrast
Aa
#c915fd on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c915fd on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green8.2%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta91.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c915fd text on a black background
contrast 5.01:1
Card sample
#c915fd text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c915fd;
Background color
Panel with #c915fd background
background-color: #c915fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c915fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 21, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 21, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c915fd; background: linear-gradient(135deg, #c915fd, #FD1596);