#c74fcc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 79, 204
HSL
298°, 55%, 56%
CMYK
3, 61, 0, 20
Luminance
0.2209
Every format
| HEX | #c74fcc |
| RGB | rgb(199, 79, 204) |
| HSL | hsl(298, 55%, 56%) |
| CMYK | cmyk(3%, 61%, 0%, 20%) |
| LAB | lab(54.1 63.6 -42.5) |
| LCH | lch(54.1 76.5 326.2) |
| OKLCH | oklch(0.632 0.211 326.1) |
Copy-ready code
/* CSS */
color: #c74fcc;
background-color: #c74fcc;
/* Tailwind (arbitrary) */
class="text-[#c74fcc] bg-[#c74fcc]"
/* SCSS */
$brand: #c74fcc;
/* SwiftUI */
Color(red: 0.780, green: 0.310, blue: 0.800)
/* Android */
Color.parseColor("#c74fcc")Accessibility — WCAG contrast
Aa
#c74fcc on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c74fcc on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.0%
Blue80.0%
CMYK percentages
Cyan2.5%
Magenta61.3%
Yellow0.0%
Key (black)20.0%
Color previews
#c74fcc text on a black background
contrast 5.42:1
Card sample
#c74fcc text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c74fcc;
Background color
Panel with #c74fcc background
background-color: #c74fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c74fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 79, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 79, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c74fcc; background: linear-gradient(135deg, #c74fcc, #CC4F7E);