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