#ccbacf
a light, soft magenta / pink · warm · closest name: silver
RGB
204, 186, 207
HSL
291°, 18%, 77%
CMYK
1, 10, 0, 19
Luminance
0.5246
Every format
| HEX | #ccbacf |
| RGB | rgb(204, 186, 207) |
| HSL | hsl(291, 18%, 77%) |
| CMYK | cmyk(1%, 10%, 0%, 19%) |
| LAB | lab(77.6 10.2 -8.2) |
| LCH | lch(77.6 13.1 321.0) |
| OKLCH | oklch(0.810 0.035 321.4) |
Copy-ready code
/* CSS */
color: #ccbacf;
background-color: #ccbacf;
/* Tailwind (arbitrary) */
class="text-[#ccbacf] bg-[#ccbacf]"
/* SCSS */
$brand: #ccbacf;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#ccbacf")Accessibility — WCAG contrast
Aa
#ccbacf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbacf on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ccbacf text on a black background
contrast 11.49:1
Card sample
#ccbacf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbacf;
Background color
Panel with #ccbacf background
background-color: #ccbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbacf; background: linear-gradient(135deg, #ccbacf, #CFBAC4);