#c14dfd
a balanced, electric violet · warm · closest name: magenta
RGB
193, 77, 253
HSL
280°, 98%, 65%
CMYK
24, 70, 0, 1
Luminance
0.2374
Every format
| HEX | #c14dfd |
| RGB | rgb(193, 77, 253) |
| HSL | hsl(280, 98%, 65%) |
| CMYK | cmyk(24%, 70%, 0%, 1%) |
| LAB | lab(55.8 72.4 -67.5) |
| LCH | lch(55.8 98.9 317.0) |
| OKLCH | oklch(0.651 0.255 311.5) |
Copy-ready code
/* CSS */
color: #c14dfd;
background-color: #c14dfd;
/* Tailwind (arbitrary) */
class="text-[#c14dfd] bg-[#c14dfd]"
/* SCSS */
$brand: #c14dfd;
/* SwiftUI */
Color(red: 0.757, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#c14dfd")Accessibility — WCAG contrast
Aa
#c14dfd on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c14dfd on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green30.2%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c14dfd text on a black background
contrast 5.75:1
Card sample
#c14dfd text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c14dfd;
Background color
Panel with #c14dfd background
background-color: #c14dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c14dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c14dfd; background: linear-gradient(135deg, #c14dfd, #FD4DC4);