#c804eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
200, 4, 235
HSL
291°, 97%, 47%
CMYK
15, 98, 0, 8
Luminance
0.1836
Every format
| HEX | #c804eb |
| RGB | rgb(200, 4, 235) |
| HSL | hsl(291, 97%, 47%) |
| CMYK | cmyk(15%, 98%, 0%, 8%) |
| LAB | lab(49.9 86.9 -66.8) |
| LCH | lch(49.9 109.6 322.4) |
| OKLCH | oklch(0.608 0.291 319.7) |
Copy-ready code
/* CSS */
color: #c804eb;
background-color: #c804eb;
/* Tailwind (arbitrary) */
class="text-[#c804eb] bg-[#c804eb]"
/* SCSS */
$brand: #c804eb;
/* SwiftUI */
Color(red: 0.784, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#c804eb")Accessibility — WCAG contrast
Aa
#c804eb on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c804eb on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green1.6%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c804eb text on a black background
contrast 4.67:1
Card sample
#c804eb text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c804eb;
Background color
Panel with #c804eb background
background-color: #c804eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c804eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c804eb; background: linear-gradient(135deg, #c804eb, #EB0474);