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