#cd7eb6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
205, 126, 182
HSL
318°, 44%, 65%
CMYK
0, 39, 11, 20
Luminance
0.3128
Every format
| HEX | #cd7eb6 |
| RGB | rgb(205, 126, 182) |
| HSL | hsl(318, 44%, 65%) |
| CMYK | cmyk(0%, 39%, 11%, 20%) |
| LAB | lab(62.7 38.6 -16.6) |
| LCH | lch(62.7 42.0 336.8) |
| OKLCH | oklch(0.694 0.121 338.5) |
Copy-ready code
/* CSS */
color: #cd7eb6;
background-color: #cd7eb6;
/* Tailwind (arbitrary) */
class="text-[#cd7eb6] bg-[#cd7eb6]"
/* SCSS */
$brand: #cd7eb6;
/* SwiftUI */
Color(red: 0.804, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#cd7eb6")Accessibility — WCAG contrast
Aa
#cd7eb6 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7eb6 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.4%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow11.2%
Key (black)19.6%
Color previews
#cd7eb6 text on a black background
contrast 7.26:1
Card sample
#cd7eb6 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7eb6;
Background color
Panel with #cd7eb6 background
background-color: #cd7eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7eb6; background: linear-gradient(135deg, #cd7eb6, #CD7E81);