Dark Heather Color

What Color is Dark Heather?

Dark heather is a muted purple-gray. It looks soft like old fabric.

#5B5B5B
FormatCodeImage
Hex
#5B5B5B
Dark Heather Color Code
RGB
91, 91, 91
HSL
0, 0%, 36%
CMYK
0%, 0%, 0%, 64%
OKLCH
oklch(0.471 0.000 263)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF6.79:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #0000003.09:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F56.23:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A2.56:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333331.86:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Dark Heather Color */
:root {
  --color-dark-heather-color: #5B5B5B;
  --color-dark-heather-color-rgb: 91, 91, 91;
}

.element {
  background-color: var(--color-dark-heather-color);
  color: rgba(var(--color-dark-heather-color-rgb), 0.8);
}
SCSS
// Dark Heather Color Variables
$dark-heather-color: #5B5B5B;
$dark-heather-color-rgb: 91, 91, 91;

// Usage
.element {
  background-color: $dark-heather-color;
  border-color: darken($dark-heather-color, 10%);
  box-shadow: 0 4px 6px rgba($dark-heather-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'dark-heather-color': '#5B5B5B',
        'dark-heather-color-light': '#828282',
        'dark-heather-color-dark': '#363636',
      },
    },
  },
}
JSON
{
  "name": "Dark Heather Color",
  "hex": "#5B5B5B",
  "rgb": {
    "r": 91,
    "g": 91,
    "b": 91
  },
  "hsl": {
    "h": 0,
    "s": 0,
    "l": 36
  }
}

Visual Usage Examples

See how Dark Heather Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial