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