#cd5eb1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 94, 177
HSL
315°, 53%, 59%
CMYK
0, 54, 14, 20
Luminance
0.2416
Every format
| HEX | #cd5eb1 |
| RGB | rgb(205, 94, 177) |
| HSL | hsl(315, 53%, 59%) |
| CMYK | cmyk(0%, 54%, 14%, 20%) |
| LAB | lab(56.3 54.0 -23.6) |
| LCH | lch(56.3 59.0 336.4) |
| OKLCH | oklch(0.645 0.171 338.1) |
Copy-ready code
/* CSS */
color: #cd5eb1;
background-color: #cd5eb1;
/* Tailwind (arbitrary) */
class="text-[#cd5eb1] bg-[#cd5eb1]"
/* SCSS */
$brand: #cd5eb1;
/* SwiftUI */
Color(red: 0.804, green: 0.369, blue: 0.694)
/* Android */
Color.parseColor("#cd5eb1")Accessibility — WCAG contrast
Aa
#cd5eb1 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5eb1 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.9%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow13.7%
Key (black)19.6%
Color previews
#cd5eb1 text on a black background
contrast 5.83:1
Card sample
#cd5eb1 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5eb1;
Background color
Panel with #cd5eb1 background
background-color: #cd5eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 94, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 94, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5eb1; background: linear-gradient(135deg, #cd5eb1, #CD5E67);