#c94cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 76, 223
HSL
291°, 70%, 59%
CMYK
10, 66, 0, 13
Luminance
0.2291
Every format
| HEX | #c94cdf |
| RGB | rgb(201, 76, 223) |
| HSL | hsl(291, 70%, 59%) |
| CMYK | cmyk(10%, 66%, 0%, 13%) |
| LAB | lab(55.0 68.7 -52.0) |
| LCH | lch(55.0 86.1 322.9) |
| OKLCH | oklch(0.642 0.232 321.3) |
Copy-ready code
/* CSS */
color: #c94cdf;
background-color: #c94cdf;
/* Tailwind (arbitrary) */
class="text-[#c94cdf] bg-[#c94cdf]"
/* SCSS */
$brand: #c94cdf;
/* SwiftUI */
Color(red: 0.788, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#c94cdf")Accessibility — WCAG contrast
Aa
#c94cdf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94cdf on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green29.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c94cdf text on a black background
contrast 5.58:1
Card sample
#c94cdf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94cdf;
Background color
Panel with #c94cdf background
background-color: #c94cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94cdf; background: linear-gradient(135deg, #c94cdf, #DF4C93);