#cd5cdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 92, 223
HSL
292°, 67%, 62%
CMYK
8, 59, 0, 13
Luminance
0.2596
Every format
| HEX | #cd5cdf |
| RGB | rgb(205, 92, 223) |
| HSL | hsl(292, 67%, 62%) |
| CMYK | cmyk(8%, 59%, 0%, 13%) |
| LAB | lab(58.0 62.8 -47.1) |
| LCH | lch(58.0 78.5 323.1) |
| OKLCH | oklch(0.665 0.212 322.0) |
Copy-ready code
/* CSS */
color: #cd5cdf;
background-color: #cd5cdf;
/* Tailwind (arbitrary) */
class="text-[#cd5cdf] bg-[#cd5cdf]"
/* SCSS */
$brand: #cd5cdf;
/* SwiftUI */
Color(red: 0.804, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#cd5cdf")Accessibility — WCAG contrast
Aa
#cd5cdf on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5cdf on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.1%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cd5cdf text on a black background
contrast 6.19:1
Card sample
#cd5cdf text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5cdf;
Background color
Panel with #cd5cdf background
background-color: #cd5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5cdf; background: linear-gradient(135deg, #cd5cdf, #DF5C9A);