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