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