#c23eee
a balanced, electric violet · warm · closest name: magenta
RGB
194, 62, 238
HSL
285°, 84%, 59%
CMYK
19, 74, 0, 7
Luminance
0.2109
Every format
| HEX | #c23eee |
| RGB | rgb(194, 62, 238) |
| HSL | hsl(285, 84%, 59%) |
| CMYK | cmyk(19%, 74%, 0%, 7%) |
| LAB | lab(53.0 75.2 -63.6) |
| LCH | lch(53.0 98.5 319.8) |
| OKLCH | oklch(0.629 0.258 316.0) |
Copy-ready code
/* CSS */
color: #c23eee;
background-color: #c23eee;
/* Tailwind (arbitrary) */
class="text-[#c23eee] bg-[#c23eee]"
/* SCSS */
$brand: #c23eee;
/* SwiftUI */
Color(red: 0.761, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#c23eee")Accessibility — WCAG contrast
Aa
#c23eee on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c23eee on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green24.3%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#c23eee text on a black background
contrast 5.22:1
Card sample
#c23eee text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c23eee;
Background color
Panel with #c23eee background
background-color: #c23eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c23eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c23eee; background: linear-gradient(135deg, #c23eee, #EE3EA5);