#c003eb
a balanced, electric violet · warm · closest name: magenta
RGB
192, 3, 235
HSL
289°, 98%, 47%
CMYK
18, 99, 0, 8
Luminance
0.1727
Every format
| HEX | #c003eb |
| RGB | rgb(192, 3, 235) |
| HSL | hsl(289, 98%, 47%) |
| CMYK | cmyk(18%, 99%, 0%, 8%) |
| LAB | lab(48.6 85.8 -69.1) |
| LCH | lch(48.6 110.2 321.2) |
| OKLCH | oklch(0.596 0.289 317.5) |
Copy-ready code
/* CSS */
color: #c003eb;
background-color: #c003eb;
/* Tailwind (arbitrary) */
class="text-[#c003eb] bg-[#c003eb]"
/* SCSS */
$brand: #c003eb;
/* SwiftUI */
Color(red: 0.753, green: 0.012, blue: 0.922)
/* Android */
Color.parseColor("#c003eb")Accessibility — WCAG contrast
Aa
#c003eb on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c003eb on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green1.2%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta98.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c003eb text on a black background
contrast 4.45:1
Card sample
#c003eb text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c003eb;
Background color
Panel with #c003eb background
background-color: #c003eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c003eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 3, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 3, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c003eb; background: linear-gradient(135deg, #c003eb, #EB037B);