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