#c94dfd
a balanced, electric violet · warm · closest name: magenta
RGB
201, 77, 253
HSL
282°, 98%, 65%
CMYK
21, 70, 0, 1
Luminance
0.2482
Every format
| HEX | #c94dfd |
| RGB | rgb(201, 77, 253) |
| HSL | hsl(282, 98%, 65%) |
| CMYK | cmyk(21%, 70%, 0%, 1%) |
| LAB | lab(56.9 73.9 -65.7) |
| LCH | lch(56.9 98.9 318.4) |
| OKLCH | oklch(0.661 0.257 313.9) |
Copy-ready code
/* CSS */
color: #c94dfd;
background-color: #c94dfd;
/* Tailwind (arbitrary) */
class="text-[#c94dfd] bg-[#c94dfd]"
/* SCSS */
$brand: #c94dfd;
/* SwiftUI */
Color(red: 0.788, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#c94dfd")Accessibility — WCAG contrast
Aa
#c94dfd on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94dfd on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green30.2%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c94dfd text on a black background
contrast 5.96:1
Card sample
#c94dfd text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94dfd;
Background color
Panel with #c94dfd background
background-color: #c94dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94dfd; background: linear-gradient(135deg, #c94dfd, #FD4DBC);