#cc49df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 73, 223
HSL
292°, 70%, 58%
CMYK
9, 67, 0, 13
Luminance
0.2293
Every format
| HEX | #cc49df |
| RGB | rgb(204, 73, 223) |
| HSL | hsl(292, 70%, 58%) |
| CMYK | cmyk(9%, 67%, 0%, 13%) |
| LAB | lab(55.0 70.5 -51.9) |
| LCH | lch(55.0 87.5 323.7) |
| OKLCH | oklch(0.643 0.237 322.4) |
Copy-ready code
/* CSS */
color: #cc49df;
background-color: #cc49df;
/* Tailwind (arbitrary) */
class="text-[#cc49df] bg-[#cc49df]"
/* SCSS */
$brand: #cc49df;
/* SwiftUI */
Color(red: 0.800, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#cc49df")Accessibility — WCAG contrast
Aa
#cc49df on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc49df on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green28.6%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta67.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cc49df text on a black background
contrast 5.59:1
Card sample
#cc49df text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc49df;
Background color
Panel with #cc49df background
background-color: #cc49df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc49df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc49df; background: linear-gradient(135deg, #cc49df, #DF498E);