#c144ee
a balanced, electric violet · warm · closest name: magenta
RGB
193, 68, 238
HSL
284°, 83%, 60%
CMYK
19, 71, 0, 7
Luminance
0.2164
Every format
| HEX | #c144ee |
| RGB | rgb(193, 68, 238) |
| HSL | hsl(284, 83%, 60%) |
| CMYK | cmyk(19%, 71%, 0%, 7%) |
| LAB | lab(53.6 72.9 -62.6) |
| LCH | lch(53.6 96.1 319.3) |
| OKLCH | oklch(0.633 0.251 315.4) |
Copy-ready code
/* CSS */
color: #c144ee;
background-color: #c144ee;
/* Tailwind (arbitrary) */
class="text-[#c144ee] bg-[#c144ee]"
/* SCSS */
$brand: #c144ee;
/* SwiftUI */
Color(red: 0.757, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#c144ee")Accessibility — WCAG contrast
Aa
#c144ee on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c144ee on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green26.7%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#c144ee text on a black background
contrast 5.33:1
Card sample
#c144ee text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c144ee;
Background color
Panel with #c144ee background
background-color: #c144ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c144ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c144ee; background: linear-gradient(135deg, #c144ee, #EE44AA);