#c14dfb
a balanced, electric violet · warm · closest name: magenta
RGB
193, 77, 251
HSL
280°, 96%, 64%
CMYK
23, 69, 0, 2
Luminance
0.2361
Every format
| HEX | #c14dfb |
| RGB | rgb(193, 77, 251) |
| HSL | hsl(280, 96%, 64%) |
| CMYK | cmyk(23%, 69%, 0%, 2%) |
| LAB | lab(55.7 72.0 -66.5) |
| LCH | lch(55.7 98.0 317.2) |
| OKLCH | oklch(0.650 0.253 311.9) |
Copy-ready code
/* CSS */
color: #c14dfb;
background-color: #c14dfb;
/* Tailwind (arbitrary) */
class="text-[#c14dfb] bg-[#c14dfb]"
/* SCSS */
$brand: #c14dfb;
/* SwiftUI */
Color(red: 0.757, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#c14dfb")Accessibility — WCAG contrast
Aa
#c14dfb on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c14dfb on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green30.2%
Blue98.4%
CMYK percentages
Cyan23.1%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c14dfb text on a black background
contrast 5.72:1
Card sample
#c14dfb text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c14dfb;
Background color
Panel with #c14dfb background
background-color: #c14dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c14dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c14dfb; background: linear-gradient(135deg, #c14dfb, #FB4DC1);