#c94afd
a balanced, electric violet · warm · closest name: magenta
RGB
201, 74, 253
HSL
283°, 98%, 64%
CMYK
21, 71, 0, 1
Luminance
0.2441
Every format
| HEX | #c94afd |
| RGB | rgb(201, 74, 253) |
| HSL | hsl(283, 98%, 64%) |
| CMYK | cmyk(21%, 71%, 0%, 1%) |
| LAB | lab(56.5 75.1 -66.3) |
| LCH | lch(56.5 100.2 318.5) |
| OKLCH | oklch(0.658 0.261 314.1) |
Copy-ready code
/* CSS */
color: #c94afd;
background-color: #c94afd;
/* Tailwind (arbitrary) */
class="text-[#c94afd] bg-[#c94afd]"
/* SCSS */
$brand: #c94afd;
/* SwiftUI */
Color(red: 0.788, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#c94afd")Accessibility — WCAG contrast
Aa
#c94afd on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94afd on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green29.0%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#c94afd text on a black background
contrast 5.88:1
Card sample
#c94afd text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94afd;
Background color
Panel with #c94afd background
background-color: #c94afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94afd; background: linear-gradient(135deg, #c94afd, #FD4ABA);