#cd5eb6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
205, 94, 182
HSL
312°, 53%, 59%
CMYK
0, 54, 11, 20
Luminance
0.2436
Every format
| HEX | #cd5eb6 |
| RGB | rgb(205, 94, 182) |
| HSL | hsl(312, 53%, 59%) |
| CMYK | cmyk(0%, 54%, 11%, 20%) |
| LAB | lab(56.5 54.8 -26.2) |
| LCH | lch(56.5 60.8 334.5) |
| OKLCH | oklch(0.647 0.175 336.0) |
Copy-ready code
/* CSS */
color: #cd5eb6;
background-color: #cd5eb6;
/* Tailwind (arbitrary) */
class="text-[#cd5eb6] bg-[#cd5eb6]"
/* SCSS */
$brand: #cd5eb6;
/* SwiftUI */
Color(red: 0.804, green: 0.369, blue: 0.714)
/* Android */
Color.parseColor("#cd5eb6")Accessibility — WCAG contrast
Aa
#cd5eb6 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5eb6 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.9%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow11.2%
Key (black)19.6%
Color previews
#cd5eb6 text on a black background
contrast 5.87:1
Card sample
#cd5eb6 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5eb6;
Background color
Panel with #cd5eb6 background
background-color: #cd5eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 94, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 94, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5eb6; background: linear-gradient(135deg, #cd5eb6, #CD5E6C);