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