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