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