#c603eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
198, 3, 235
HSL
290°, 98%, 47%
CMYK
16, 99, 0, 8
Luminance
0.1807
Every format
| HEX | #c603eb |
| RGB | rgb(198, 3, 235) |
| HSL | hsl(290, 98%, 47%) |
| CMYK | cmyk(16%, 99%, 0%, 8%) |
| LAB | lab(49.6 86.7 -67.4) |
| LCH | lch(49.6 109.8 322.1) |
| OKLCH | oklch(0.605 0.291 319.1) |
Copy-ready code
/* CSS */
color: #c603eb;
background-color: #c603eb;
/* Tailwind (arbitrary) */
class="text-[#c603eb] bg-[#c603eb]"
/* SCSS */
$brand: #c603eb;
/* SwiftUI */
Color(red: 0.776, green: 0.012, blue: 0.922)
/* Android */
Color.parseColor("#c603eb")Accessibility — WCAG contrast
Aa
#c603eb on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c603eb on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green1.2%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta98.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c603eb text on a black background
contrast 4.61:1
Card sample
#c603eb text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c603eb;
Background color
Panel with #c603eb background
background-color: #c603eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c603eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 3, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 3, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c603eb; background: linear-gradient(135deg, #c603eb, #EB0376);