#c810eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
200, 16, 235
HSL
290°, 87%, 49%
CMYK
15, 93, 0, 8
Luminance
0.1865
Every format
| HEX | #c810eb |
| RGB | rgb(200, 16, 235) |
| HSL | hsl(290, 87%, 49%) |
| CMYK | cmyk(15%, 93%, 0%, 8%) |
| LAB | lab(50.3 85.9 -66.3) |
| LCH | lch(50.3 108.5 322.3) |
| OKLCH | oklch(0.610 0.288 319.6) |
Copy-ready code
/* CSS */
color: #c810eb;
background-color: #c810eb;
/* Tailwind (arbitrary) */
class="text-[#c810eb] bg-[#c810eb]"
/* SCSS */
$brand: #c810eb;
/* SwiftUI */
Color(red: 0.784, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#c810eb")Accessibility — WCAG contrast
Aa
#c810eb on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c810eb on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green6.3%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c810eb text on a black background
contrast 4.73:1
Card sample
#c810eb text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c810eb;
Background color
Panel with #c810eb background
background-color: #c810eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c810eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c810eb; background: linear-gradient(135deg, #c810eb, #EB107C);