#cdbfc3
a light, muted magenta / pink · warm · closest name: silver
RGB
205, 191, 195
HSL
343°, 12%, 78%
CMYK
0, 7, 5, 20
Luminance
0.5418
Every format
| HEX | #cdbfc3 |
| RGB | rgb(205, 191, 195) |
| HSL | hsl(343, 12%, 78%) |
| CMYK | cmyk(0%, 7%, 5%, 20%) |
| LAB | lab(78.6 5.6 -0.2) |
| LCH | lch(78.6 5.6 357.6) |
| OKLCH | oklch(0.817 0.017 358.1) |
Copy-ready code
/* CSS */
color: #cdbfc3;
background-color: #cdbfc3;
/* Tailwind (arbitrary) */
class="text-[#cdbfc3] bg-[#cdbfc3]"
/* SCSS */
$brand: #cdbfc3;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.765)
/* Android */
Color.parseColor("#cdbfc3")Accessibility — WCAG contrast
Aa
#cdbfc3 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfc3 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow4.9%
Key (black)19.6%
Color previews
#cdbfc3 text on a black background
contrast 11.84:1
Card sample
#cdbfc3 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfc3;
Background color
Panel with #cdbfc3 background
background-color: #cdbfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfc3; background: linear-gradient(135deg, #cdbfc3, #CDC4BF);