#cd4edf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 78, 223
HSL
293°, 69%, 59%
CMYK
8, 65, 0, 13
Luminance
0.2376
Every format
| HEX | #cd4edf |
| RGB | rgb(205, 78, 223) |
| HSL | hsl(293, 69%, 59%) |
| CMYK | cmyk(8%, 65%, 0%, 13%) |
| LAB | lab(55.8 68.8 -50.5) |
| LCH | lch(55.8 85.4 323.7) |
| OKLCH | oklch(0.649 0.231 322.5) |
Copy-ready code
/* CSS */
color: #cd4edf;
background-color: #cd4edf;
/* Tailwind (arbitrary) */
class="text-[#cd4edf] bg-[#cd4edf]"
/* SCSS */
$brand: #cd4edf;
/* SwiftUI */
Color(red: 0.804, green: 0.306, blue: 0.875)
/* Android */
Color.parseColor("#cd4edf")Accessibility — WCAG contrast
Aa
#cd4edf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4edf on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green30.6%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta65.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cd4edf text on a black background
contrast 5.75:1
Card sample
#cd4edf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4edf;
Background color
Panel with #cd4edf background
background-color: #cd4edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 78, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 78, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4edf; background: linear-gradient(135deg, #cd4edf, #DF4E90);