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