#c94bff
a balanced, electric violet · warm · closest name: magenta
RGB
201, 75, 255
HSL
282°, 100%, 65%
CMYK
21, 71, 0, 0
Luminance
0.2467
Every format
| HEX | #c94bff |
| RGB | rgb(201, 75, 255) |
| HSL | hsl(282, 100%, 65%) |
| CMYK | cmyk(21%, 71%, 0%, 0%) |
| LAB | lab(56.8 75.1 -67.0) |
| LCH | lch(56.8 100.6 318.3) |
| OKLCH | oklch(0.660 0.261 313.6) |
Copy-ready code
/* CSS */
color: #c94bff;
background-color: #c94bff;
/* Tailwind (arbitrary) */
class="text-[#c94bff] bg-[#c94bff]"
/* SCSS */
$brand: #c94bff;
/* SwiftUI */
Color(red: 0.788, green: 0.294, blue: 1.000)
/* Android */
Color.parseColor("#c94bff")Accessibility — WCAG contrast
Aa
#c94bff on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94bff on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green29.4%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta70.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c94bff text on a black background
contrast 5.93:1
Card sample
#c94bff text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94bff;
Background color
Panel with #c94bff background
background-color: #c94bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 75, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 75, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94bff; background: linear-gradient(135deg, #c94bff, #FF4BBD);