#cdb2bf
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 178, 191
HSL
331°, 21%, 75%
CMYK
0, 13, 7, 20
Luminance
0.4858
Every format
| HEX | #cdb2bf |
| RGB | rgb(205, 178, 191) |
| HSL | hsl(331, 21%, 75%) |
| CMYK | cmyk(0%, 13%, 7%, 20%) |
| LAB | lab(75.2 11.9 -3.0) |
| LCH | lch(75.2 12.3 345.8) |
| OKLCH | oklch(0.791 0.036 347.3) |
Copy-ready code
/* CSS */
color: #cdb2bf;
background-color: #cdb2bf;
/* Tailwind (arbitrary) */
class="text-[#cdb2bf] bg-[#cdb2bf]"
/* SCSS */
$brand: #cdb2bf;
/* SwiftUI */
Color(red: 0.804, green: 0.698, blue: 0.749)
/* Android */
Color.parseColor("#cdb2bf")Accessibility — WCAG contrast
Aa
#cdb2bf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb2bf on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow6.8%
Key (black)19.6%
Color previews
#cdb2bf text on a black background
contrast 10.72:1
Card sample
#cdb2bf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb2bf;
Background color
Panel with #cdb2bf background
background-color: #cdb2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 178, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 178, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb2bf; background: linear-gradient(135deg, #cdb2bf, #CDB7B2);