#cdb7bf
a light, soft magenta / pink · warm · closest name: silver
RGB
205, 183, 191
HSL
338°, 18%, 76%
CMYK
0, 11, 7, 20
Luminance
0.5061
Every format
| HEX | #cdb7bf |
| RGB | rgb(205, 183, 191) |
| HSL | hsl(338, 18%, 76%) |
| CMYK | cmyk(0%, 11%, 7%, 20%) |
| LAB | lab(76.4 9.2 -1.2) |
| LCH | lch(76.4 9.3 352.7) |
| OKLCH | oklch(0.800 0.027 353.7) |
Copy-ready code
/* CSS */
color: #cdb7bf;
background-color: #cdb7bf;
/* Tailwind (arbitrary) */
class="text-[#cdb7bf] bg-[#cdb7bf]"
/* SCSS */
$brand: #cdb7bf;
/* SwiftUI */
Color(red: 0.804, green: 0.718, blue: 0.749)
/* Android */
Color.parseColor("#cdb7bf")Accessibility — WCAG contrast
Aa
#cdb7bf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb7bf on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow6.8%
Key (black)19.6%
Color previews
#cdb7bf text on a black background
contrast 11.12:1
Card sample
#cdb7bf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb7bf;
Background color
Panel with #cdb7bf background
background-color: #cdb7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 183, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 183, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb7bf; background: linear-gradient(135deg, #cdb7bf, #CDBEB7);