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