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