#cfbcc2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 188, 194
HSL
341°, 17%, 78%
CMYK
0, 9, 6, 19
Luminance
0.5313
Every format
| HEX | #cfbcc2 |
| RGB | rgb(207, 188, 194) |
| HSL | hsl(341, 17%, 78%) |
| CMYK | cmyk(0%, 9%, 6%, 19%) |
| LAB | lab(78.0 7.8 -0.6) |
| LCH | lch(78.0 7.8 355.7) |
| OKLCH | oklch(0.813 0.023 356.5) |
Copy-ready code
/* CSS */
color: #cfbcc2;
background-color: #cfbcc2;
/* Tailwind (arbitrary) */
class="text-[#cfbcc2] bg-[#cfbcc2]"
/* SCSS */
$brand: #cfbcc2;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.761)
/* Android */
Color.parseColor("#cfbcc2")Accessibility — WCAG contrast
Aa
#cfbcc2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcc2 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow6.3%
Key (black)18.8%
Color previews
#cfbcc2 text on a black background
contrast 11.63:1
Card sample
#cfbcc2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcc2;
Background color
Panel with #cfbcc2 background
background-color: #cfbcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcc2; background: linear-gradient(135deg, #cfbcc2, #CFC3BC);