#cdb7cf
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 183, 207
HSL
295°, 20%, 77%
CMYK
1, 12, 0, 19
Luminance
0.5135
Every format
| HEX | #cdb7cf |
| RGB | rgb(205, 183, 207) |
| HSL | hsl(295, 20%, 77%) |
| CMYK | cmyk(1%, 12%, 0%, 19%) |
| LAB | lab(76.9 12.1 -9.2) |
| LCH | lch(76.9 15.2 322.7) |
| OKLCH | oklch(0.805 0.041 323.4) |
Copy-ready code
/* CSS */
color: #cdb7cf;
background-color: #cdb7cf;
/* Tailwind (arbitrary) */
class="text-[#cdb7cf] bg-[#cdb7cf]"
/* SCSS */
$brand: #cdb7cf;
/* SwiftUI */
Color(red: 0.804, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#cdb7cf")Accessibility — WCAG contrast
Aa
#cdb7cf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb7cf on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.8%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta11.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cdb7cf text on a black background
contrast 11.27:1
Card sample
#cdb7cf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb7cf;
Background color
Panel with #cdb7cf background
background-color: #cdb7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb7cf; background: linear-gradient(135deg, #cdb7cf, #CFB7C1);