Ebony (#555D50)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 6.85:1 — vs black: 3.07:1
Color values
-
HEX
#555D50 -
RGB
rgb(85, 93, 80) -
HSL
hsl(96, 13%, 36%) -
CMYK
cmyk( 8.6, 0, 13.98, 63.53 )
Tags
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #555D50 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#555D50
Base
#58505D
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#555D50
Base
#5C5D50
#505D52
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#555D50
Base
#50555D
#5D5055
Two colors flanking the complement — high contrast with less tension than full complementary.
#555D50
Base
#52505D
#5D505C
Four colors at 90° intervals — rich variety, best when one color dominates.
#555D50
Base
#505C5D
#58505D
#5D5250
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#555D50
Base
#0D0E0C
#2F342D
#41473D
#697363
#7B8673
#A1AA9C
Darker shades and lighter tints of Ebony, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0D0E0C
#1B1E19
#2A2D27
#383D35
#474D42
#555D50
Base
#747E6D
#939D8D
#B3BAAE
#D2D6D0
#F2F3F1
Ready-to-use code snippets for #555D50. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #555D50;
}
/* Text */
.element {
color: #555D50;
}
/* Border */
.element {
border: 1px solid #555D50;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#555D50,
#60506A
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#555D50,
#60506A
);
}
// SCSS variable
$ebony: #555D50;
// With RGB channels (useful for rgba() usage)
$ebony-r: 85;
$ebony-g: 93;
$ebony-b: 80;
// Usage
.element {
background-color: $ebony;
color: rgba($ebony-r, $ebony-g, $ebony-b, 0.8);
}
How Ebony appears to people with different types of color vision deficiency.
#555D50
How the color appears with full color vision.
#5B5B50
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#5C5C50
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#575B5B
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#5A5A5A
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.