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