#ccbbcf
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 187, 207
HSL
291°, 17%, 77%
CMYK
1, 10, 0, 19
Luminance
0.5288
Every format
| HEX | #ccbbcf |
| RGB | rgb(204, 187, 207) |
| HSL | hsl(291, 17%, 77%) |
| CMYK | cmyk(1%, 10%, 0%, 19%) |
| LAB | lab(77.8 9.6 -7.9) |
| LCH | lch(77.8 12.4 320.7) |
| OKLCH | oklch(0.812 0.033 321.2) |
Copy-ready code
/* CSS */
color: #ccbbcf;
background-color: #ccbbcf;
/* Tailwind (arbitrary) */
class="text-[#ccbbcf] bg-[#ccbbcf]"
/* SCSS */
$brand: #ccbbcf;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#ccbbcf")Accessibility — WCAG contrast
Aa
#ccbbcf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbcf on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta9.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ccbbcf text on a black background
contrast 11.58:1
Card sample
#ccbbcf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbcf;
Background color
Panel with #ccbbcf background
background-color: #ccbbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbcf; background: linear-gradient(135deg, #ccbbcf, #CFBBC5);