#c751fd
a light, electric violet · warm · closest name: magenta
RGB
199, 81, 253
HSL
281°, 98%, 66%
CMYK
21, 68, 0, 1
Luminance
0.2512
Every format
| HEX | #c751fd |
| RGB | rgb(199, 81, 253) |
| HSL | hsl(281, 98%, 66%) |
| CMYK | cmyk(21%, 68%, 0%, 1%) |
| LAB | lab(57.2 72.0 -65.2) |
| LCH | lch(57.2 97.1 317.8) |
| OKLCH | oklch(0.663 0.252 313.1) |
Copy-ready code
/* CSS */
color: #c751fd;
background-color: #c751fd;
/* Tailwind (arbitrary) */
class="text-[#c751fd] bg-[#c751fd]"
/* SCSS */
$brand: #c751fd;
/* SwiftUI */
Color(red: 0.780, green: 0.318, blue: 0.992)
/* Android */
Color.parseColor("#c751fd")Accessibility — WCAG contrast
Aa
#c751fd on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c751fd on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.8%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta68.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c751fd text on a black background
contrast 6.02:1
Card sample
#c751fd text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c751fd;
Background color
Panel with #c751fd background
background-color: #c751fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c751fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 81, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 81, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c751fd; background: linear-gradient(135deg, #c751fd, #FD51C0);