#c147eb
a balanced, electric violet · warm · closest name: magenta
RGB
193, 71, 235
HSL
285°, 80%, 60%
CMYK
18, 70, 0, 8
Luminance
0.2184
Every format
| HEX | #c147eb |
| RGB | rgb(193, 71, 235) |
| HSL | hsl(285, 80%, 60%) |
| CMYK | cmyk(18%, 70%, 0%, 8%) |
| LAB | lab(53.9 71.2 -60.6) |
| LCH | lch(53.9 93.5 319.6) |
| OKLCH | oklch(0.634 0.245 316.0) |
Copy-ready code
/* CSS */
color: #c147eb;
background-color: #c147eb;
/* Tailwind (arbitrary) */
class="text-[#c147eb] bg-[#c147eb]"
/* SCSS */
$brand: #c147eb;
/* SwiftUI */
Color(red: 0.757, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#c147eb")Accessibility — WCAG contrast
Aa
#c147eb on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c147eb on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green27.8%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c147eb text on a black background
contrast 5.37:1
Card sample
#c147eb text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c147eb;
Background color
Panel with #c147eb background
background-color: #c147eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c147eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c147eb; background: linear-gradient(135deg, #c147eb, #EB47A8);