#c14eee
a balanced, electric violet · warm · closest name: magenta
RGB
193, 78, 238
HSL
283°, 83%, 62%
CMYK
19, 67, 0, 7
Luminance
0.2296
Every format
| HEX | #c14eee |
| RGB | rgb(193, 78, 238) |
| HSL | hsl(283, 83%, 62%) |
| CMYK | cmyk(19%, 67%, 0%, 7%) |
| LAB | lab(55.0 69.0 -60.4) |
| LCH | lch(55.0 91.7 318.8) |
| OKLCH | oklch(0.642 0.240 314.9) |
Copy-ready code
/* CSS */
color: #c14eee;
background-color: #c14eee;
/* Tailwind (arbitrary) */
class="text-[#c14eee] bg-[#c14eee]"
/* SCSS */
$brand: #c14eee;
/* SwiftUI */
Color(red: 0.757, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#c14eee")Accessibility — WCAG contrast
Aa
#c14eee on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c14eee on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green30.6%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#c14eee text on a black background
contrast 5.59:1
Card sample
#c14eee text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c14eee;
Background color
Panel with #c14eee background
background-color: #c14eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c14eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c14eee; background: linear-gradient(135deg, #c14eee, #EE4EB0);