#cdbfcb
a light, muted magenta / pink · warm · closest name: silver
RGB
205, 191, 203
HSL
309°, 12%, 78%
CMYK
0, 7, 1, 20
Luminance
0.5455
Every format
| HEX | #cdbfcb |
| RGB | rgb(205, 191, 203) |
| HSL | hsl(309, 12%, 78%) |
| CMYK | cmyk(0%, 7%, 1%, 20%) |
| LAB | lab(78.8 7.1 -4.2) |
| LCH | lch(78.8 8.2 329.0) |
| OKLCH | oklch(0.820 0.023 330.3) |
Copy-ready code
/* CSS */
color: #cdbfcb;
background-color: #cdbfcb;
/* Tailwind (arbitrary) */
class="text-[#cdbfcb] bg-[#cdbfcb]"
/* SCSS */
$brand: #cdbfcb;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#cdbfcb")Accessibility — WCAG contrast
Aa
#cdbfcb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfcb on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow1.0%
Key (black)19.6%
Color previews
#cdbfcb text on a black background
contrast 11.91:1
Card sample
#cdbfcb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfcb;
Background color
Panel with #cdbfcb background
background-color: #cdbfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfcb; background: linear-gradient(135deg, #cdbfcb, #CDBFC2);