#c451fd
a light, electric violet · warm · closest name: magenta
RGB
196, 81, 253
HSL
280°, 98%, 66%
CMYK
23, 68, 0, 1
Luminance
0.2471
Every format
| HEX | #c451fd |
| RGB | rgb(196, 81, 253) |
| HSL | hsl(280, 98%, 66%) |
| CMYK | cmyk(23%, 68%, 0%, 1%) |
| LAB | lab(56.8 71.3 -65.9) |
| LCH | lch(56.8 97.1 317.3) |
| OKLCH | oklch(0.659 0.251 312.2) |
Copy-ready code
/* CSS */
color: #c451fd;
background-color: #c451fd;
/* Tailwind (arbitrary) */
class="text-[#c451fd] bg-[#c451fd]"
/* SCSS */
$brand: #c451fd;
/* SwiftUI */
Color(red: 0.769, green: 0.318, blue: 0.992)
/* Android */
Color.parseColor("#c451fd")Accessibility — WCAG contrast
Aa
#c451fd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c451fd on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.8%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta68.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c451fd text on a black background
contrast 5.94:1
Card sample
#c451fd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c451fd;
Background color
Panel with #c451fd background
background-color: #c451fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c451fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 81, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 81, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c451fd; background: linear-gradient(135deg, #c451fd, #FD51C3);