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