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