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