#c94eee
a balanced, electric violet · warm · closest name: magenta
RGB
201, 78, 238
HSL
286°, 83%, 62%
CMYK
16, 67, 0, 7
Luminance
0.2404
Every format
| HEX | #c94eee |
| RGB | rgb(201, 78, 238) |
| HSL | hsl(286, 83%, 62%) |
| CMYK | cmyk(16%, 67%, 0%, 7%) |
| LAB | lab(56.1 70.7 -58.5) |
| LCH | lch(56.1 91.8 320.4) |
| OKLCH | oklch(0.653 0.243 317.4) |
Copy-ready code
/* CSS */
color: #c94eee;
background-color: #c94eee;
/* Tailwind (arbitrary) */
class="text-[#c94eee] bg-[#c94eee]"
/* SCSS */
$brand: #c94eee;
/* SwiftUI */
Color(red: 0.788, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#c94eee")Accessibility — WCAG contrast
Aa
#c94eee on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94eee on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green30.6%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#c94eee text on a black background
contrast 5.81:1
Card sample
#c94eee text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94eee;
Background color
Panel with #c94eee background
background-color: #c94eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94eee; background: linear-gradient(135deg, #c94eee, #EE4EA8);