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