#cd5cbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 92, 191
HSL
307°, 53%, 58%
CMYK
0, 55, 7, 20
Luminance
0.2440
Every format
| HEX | #cd5cbf |
| RGB | rgb(205, 92, 191) |
| HSL | hsl(307, 53%, 58%) |
| CMYK | cmyk(0%, 55%, 7%, 20%) |
| LAB | lab(56.5 57.2 -31.3) |
| LCH | lch(56.5 65.2 331.3) |
| OKLCH | oklch(0.649 0.185 332.5) |
Copy-ready code
/* CSS */
color: #cd5cbf;
background-color: #cd5cbf;
/* Tailwind (arbitrary) */
class="text-[#cd5cbf] bg-[#cd5cbf]"
/* SCSS */
$brand: #cd5cbf;
/* SwiftUI */
Color(red: 0.804, green: 0.361, blue: 0.749)
/* Android */
Color.parseColor("#cd5cbf")Accessibility — WCAG contrast
Aa
#cd5cbf on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5cbf on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow6.8%
Key (black)19.6%
Color previews
#cd5cbf text on a black background
contrast 5.88:1
Card sample
#cd5cbf text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5cbf;
Background color
Panel with #cd5cbf background
background-color: #cd5cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 92, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 92, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5cbf; background: linear-gradient(135deg, #cd5cbf, #CD5C74);