Cable colour to be visible

But if you hover, the bar is visible (since the background color changes).
The HTML looks like this:
<span class="label color-block" style="background-color: #ffffff"> </span>
Possible solution is to add border: 1px solid grey; (either always, or only when the color is white). With this:

Relates to: #2693
This also applies to the "cable trace" view:

Again there is a hidden bar which is revealed if you add a border (e.g. by adding a border to the color-block CSS)

I prefer something like the border ones with the hex value as text in front of the colored span label.
As the text is display too you could check them easier.
Seems like an easy fix. Anyone want to volunteer a PR?
I have made a PR for the simple border fix.
Displaying of hex values should be a separate issue I think, but there is one case where that matters to me. If I have 10 cables to create, then usually I write text in the CSV importer, because the Netbox UI is currently so clunky. But CSV cable import requires hex values for colors, and these are not displayed anywhere in the UI, short of using browser CSS inspector.
However, if the CSV import were to accept the same color names as the dropdown menu, that would work for me.