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