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