#c810cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
200, 16, 207
HSL
298°, 86%, 44%
CMYK
3, 92, 0, 19
Luminance
0.1715
Every format
| HEX | #c810cf |
| RGB | rgb(200, 16, 207) |
| HSL | hsl(298, 86%, 44%) |
| CMYK | cmyk(3%, 92%, 0%, 19%) |
| LAB | lab(48.5 81.5 -53.3) |
| LCH | lch(48.5 97.3 326.8) |
| OKLCH | oklch(0.592 0.269 326.4) |
Copy-ready code
/* CSS */
color: #c810cf;
background-color: #c810cf;
/* Tailwind (arbitrary) */
class="text-[#c810cf] bg-[#c810cf]"
/* SCSS */
$brand: #c810cf;
/* SwiftUI */
Color(red: 0.784, green: 0.063, blue: 0.812)
/* Android */
Color.parseColor("#c810cf")Accessibility — WCAG contrast
Aa
#c810cf on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c810cf on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green6.3%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta92.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c810cf text on a black background
contrast 4.43:1
Card sample
#c810cf text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c810cf;
Background color
Panel with #c810cf background
background-color: #c810cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c810cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 16, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 16, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c810cf; background: linear-gradient(135deg, #c810cf, #CF1057);