#cdb8ce
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 184, 206
HSL
297°, 18%, 77%
CMYK
1, 11, 0, 19
Luminance
0.5172
Every format
| HEX | #cdb8ce |
| RGB | rgb(205, 184, 206) |
| HSL | hsl(297, 18%, 77%) |
| CMYK | cmyk(1%, 11%, 0%, 19%) |
| LAB | lab(77.1 11.4 -8.3) |
| LCH | lch(77.1 14.1 323.8) |
| OKLCH | oklch(0.807 0.038 324.5) |
Copy-ready code
/* CSS */
color: #cdb8ce;
background-color: #cdb8ce;
/* Tailwind (arbitrary) */
class="text-[#cdb8ce] bg-[#cdb8ce]"
/* SCSS */
$brand: #cdb8ce;
/* SwiftUI */
Color(red: 0.804, green: 0.722, blue: 0.808)
/* Android */
Color.parseColor("#cdb8ce")Accessibility — WCAG contrast
Aa
#cdb8ce on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb8ce on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.2%
Blue80.8%
CMYK percentages
Cyan0.5%
Magenta10.7%
Yellow0.0%
Key (black)19.2%
Color previews
#cdb8ce text on a black background
contrast 11.34:1
Card sample
#cdb8ce text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb8ce;
Background color
Panel with #cdb8ce background
background-color: #cdb8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 184, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 184, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb8ce; background: linear-gradient(135deg, #cdb8ce, #CEB8C0);