#c94df7
a balanced, electric violet · warm · closest name: magenta
RGB
201, 77, 247
HSL
284°, 91%, 64%
CMYK
19, 69, 0, 3
Luminance
0.2444
Every format
| HEX | #c94df7 |
| RGB | rgb(201, 77, 247) |
| HSL | hsl(284, 91%, 64%) |
| CMYK | cmyk(19%, 69%, 0%, 3%) |
| LAB | lab(56.5 72.8 -62.9) |
| LCH | lch(56.5 96.2 319.2) |
| OKLCH | oklch(0.657 0.252 315.3) |
Copy-ready code
/* CSS */
color: #c94df7;
background-color: #c94df7;
/* Tailwind (arbitrary) */
class="text-[#c94df7] bg-[#c94df7]"
/* SCSS */
$brand: #c94df7;
/* SwiftUI */
Color(red: 0.788, green: 0.302, blue: 0.969)
/* Android */
Color.parseColor("#c94df7")Accessibility — WCAG contrast
Aa
#c94df7 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94df7 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green30.2%
Blue96.9%
CMYK percentages
Cyan18.6%
Magenta68.8%
Yellow0.0%
Key (black)3.1%
Color previews
#c94df7 text on a black background
contrast 5.89:1
Card sample
#c94df7 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94df7;
Background color
Panel with #c94df7 background
background-color: #c94df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 77, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 77, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94df7; background: linear-gradient(135deg, #c94df7, #F74DB4);