#cd7cb4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
205, 124, 180
HSL
319°, 45%, 65%
CMYK
0, 40, 12, 20
Luminance
0.3069
Every format
| HEX | #cd7cb4 |
| RGB | rgb(205, 124, 180) |
| HSL | hsl(319, 45%, 65%) |
| CMYK | cmyk(0%, 40%, 12%, 20%) |
| LAB | lab(62.3 39.4 -16.2) |
| LCH | lch(62.3 42.6 337.6) |
| OKLCH | oklch(0.690 0.123 339.4) |
Copy-ready code
/* CSS */
color: #cd7cb4;
background-color: #cd7cb4;
/* Tailwind (arbitrary) */
class="text-[#cd7cb4] bg-[#cd7cb4]"
/* SCSS */
$brand: #cd7cb4;
/* SwiftUI */
Color(red: 0.804, green: 0.486, blue: 0.706)
/* Android */
Color.parseColor("#cd7cb4")Accessibility — WCAG contrast
Aa
#cd7cb4 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7cb4 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green48.6%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow12.2%
Key (black)19.6%
Color previews
#cd7cb4 text on a black background
contrast 7.14:1
Card sample
#cd7cb4 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7cb4;
Background color
Panel with #cd7cb4 background
background-color: #cd7cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 124, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 124, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7cb4; background: linear-gradient(135deg, #cd7cb4, #CD7C7E);