#cd7cbf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
205, 124, 191
HSL
310°, 45%, 65%
CMYK
0, 40, 7, 20
Luminance
0.3116
Every format
| HEX | #cd7cbf |
| RGB | rgb(205, 124, 191) |
| HSL | hsl(310, 45%, 65%) |
| CMYK | cmyk(0%, 40%, 7%, 20%) |
| LAB | lab(62.6 41.2 -21.8) |
| LCH | lch(62.6 46.6 332.1) |
| OKLCH | oklch(0.695 0.132 333.5) |
Copy-ready code
/* CSS */
color: #cd7cbf;
background-color: #cd7cbf;
/* Tailwind (arbitrary) */
class="text-[#cd7cbf] bg-[#cd7cbf]"
/* SCSS */
$brand: #cd7cbf;
/* SwiftUI */
Color(red: 0.804, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#cd7cbf")Accessibility — WCAG contrast
Aa
#cd7cbf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7cbf on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green48.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow6.8%
Key (black)19.6%
Color previews
#cd7cbf text on a black background
contrast 7.23:1
Card sample
#cd7cbf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7cbf;
Background color
Panel with #cd7cbf background
background-color: #cd7cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7cbf; background: linear-gradient(135deg, #cd7cbf, #CD7C89);