#cfbdce
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 189, 206
HSL
303°, 16%, 78%
CMYK
0, 9, 1, 19
Luminance
0.5412
Every format
| HEX | #cfbdce |
| RGB | rgb(207, 189, 206) |
| HSL | hsl(303, 16%, 78%) |
| CMYK | cmyk(0%, 9%, 1%, 19%) |
| LAB | lab(78.5 9.4 -6.2) |
| LCH | lch(78.5 11.2 326.5) |
| OKLCH | oklch(0.819 0.031 327.6) |
Copy-ready code
/* CSS */
color: #cfbdce;
background-color: #cfbdce;
/* Tailwind (arbitrary) */
class="text-[#cfbdce] bg-[#cfbdce]"
/* SCSS */
$brand: #cfbdce;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.808)
/* Android */
Color.parseColor("#cfbdce")Accessibility — WCAG contrast
Aa
#cfbdce on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdce on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow0.5%
Key (black)18.8%
Color previews
#cfbdce text on a black background
contrast 11.82:1
Card sample
#cfbdce text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdce;
Background color
Panel with #cfbdce background
background-color: #cfbdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdce; background: linear-gradient(135deg, #cfbdce, #CFBDC2);