#c94fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 79, 223
HSL
291°, 69%, 59%
CMYK
10, 65, 0, 13
Luminance
0.2334
Every format
| HEX | #c94fdf |
| RGB | rgb(201, 79, 223) |
| HSL | hsl(291, 69%, 59%) |
| CMYK | cmyk(10%, 65%, 0%, 13%) |
| LAB | lab(55.4 67.5 -51.3) |
| LCH | lch(55.4 84.7 322.8) |
| OKLCH | oklch(0.645 0.228 321.2) |
Copy-ready code
/* CSS */
color: #c94fdf;
background-color: #c94fdf;
/* Tailwind (arbitrary) */
class="text-[#c94fdf] bg-[#c94fdf]"
/* SCSS */
$brand: #c94fdf;
/* SwiftUI */
Color(red: 0.788, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#c94fdf")Accessibility — WCAG contrast
Aa
#c94fdf on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c94fdf on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green31.0%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c94fdf text on a black background
contrast 5.67:1
Card sample
#c94fdf text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c94fdf;
Background color
Panel with #c94fdf background
background-color: #c94fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c94fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c94fdf; background: linear-gradient(135deg, #c94fdf, #DF4F95);