#cd5ecf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 94, 207
HSL
299°, 54%, 59%
CMYK
1, 55, 0, 19
Luminance
0.2549
Every format
| HEX | #cd5ecf |
| RGB | rgb(205, 94, 207) |
| HSL | hsl(299, 54%, 59%) |
| CMYK | cmyk(1%, 55%, 0%, 19%) |
| LAB | lab(57.5 59.0 -38.8) |
| LCH | lch(57.5 70.6 326.7) |
| OKLCH | oklch(0.659 0.195 326.8) |
Copy-ready code
/* CSS */
color: #cd5ecf;
background-color: #cd5ecf;
/* Tailwind (arbitrary) */
class="text-[#cd5ecf] bg-[#cd5ecf]"
/* SCSS */
$brand: #cd5ecf;
/* SwiftUI */
Color(red: 0.804, green: 0.369, blue: 0.812)
/* Android */
Color.parseColor("#cd5ecf")Accessibility — WCAG contrast
Aa
#cd5ecf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5ecf on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.9%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta54.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cd5ecf text on a black background
contrast 6.10:1
Card sample
#cd5ecf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5ecf;
Background color
Panel with #cd5ecf background
background-color: #cd5ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 94, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 94, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5ecf; background: linear-gradient(135deg, #cd5ecf, #CF5E86);