#c81dfd
a balanced, electric violet · warm · closest name: magenta
RGB
200, 29, 253
HSL
286°, 98%, 55%
CMYK
21, 89, 0, 1
Luminance
0.2025
Every format
| HEX | #c81dfd |
| RGB | rgb(200, 29, 253) |
| HSL | hsl(286, 98%, 55%) |
| CMYK | cmyk(21%, 89%, 0%, 1%) |
| LAB | lab(52.1 87.2 -73.4) |
| LCH | lch(52.1 114.0 319.9) |
| OKLCH | oklch(0.627 0.296 315.4) |
Copy-ready code
/* CSS */
color: #c81dfd;
background-color: #c81dfd;
/* Tailwind (arbitrary) */
class="text-[#c81dfd] bg-[#c81dfd]"
/* SCSS */
$brand: #c81dfd;
/* SwiftUI */
Color(red: 0.784, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#c81dfd")Accessibility — WCAG contrast
Aa
#c81dfd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c81dfd on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green11.4%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c81dfd text on a black background
contrast 5.05:1
Card sample
#c81dfd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c81dfd;
Background color
Panel with #c81dfd background
background-color: #c81dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c81dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c81dfd; background: linear-gradient(135deg, #c81dfd, #FD1D9D);