Named color

Garnet

Garnet is a balanced red color with HEX #733635. According to Colors Encyclopedia, it has RGB 115, 54, 53, HSL 1, 37%, 33%, warm temperature, and is useful for branding accents, editorial palettes, and product design.

HEX #733635
RGB rgb(115, 54, 53)
HSL hsl(1 37% 33%)
CMYK cmyk(0, 53, 54, 55)
Luminance 0.0654
Contrast Black 2.31:1White 9.1:1

CSS Utilities

--color-garnet: #733635;
.bg-garnet { background-color: #733635; }
.text-garnet { color: #733635; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.0654
Black text2.31:1AA Fail
White text9.1:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#733635",
  "rgb": [
    115,
    54,
    53
  ],
  "hsl": [
    1,
    37,
    33
  ],
  "cmyk": [
    0,
    53,
    54,
    55
  ],
  "luminance": 0.0654,
  "contrast": {
    "black": 2.31,
    "white": 9.1
  }
}
WCAG
{
  "AA": [
    "#FFFFFF",
    "#F5F5F5"
  ],
  "AAA": [
    "#FFFFFF",
    "#F5F5F5"
  ]
}
Harmonies
{
  "complementary": "#357273",
  "analogous": [
    "#733553",
    "#735535"
  ],
  "triadic": [
    "#357336",
    "#363573"
  ],
  "tetradic": [
    "#537335",
    "#357273",
    "#553573"
  ],
  "splitComplementary": [
    "#357355",
    "#355373"
  ],
  "monochromatic": [
    "#B05554",
    "#733635",
    "#341918"
  ]
}
Variants
{
  "light": "#B05554",
  "dark": "#341918",
  "saturated": "#862423",
  "desaturated": "#614848",
  "pastel": "#AB7D7C",
  "neon": "#D10300"
}
Pairings
{
  "best": [
    "#FFFFFF",
    "#357273",
    "#733553",
    "#735535"
  ],
  "avoid": [
    "#614848",
    "#B05554"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#FFFFFF"
  ],
  "lowContrast": [
    "#B05554",
    "#614848"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "wine-red",
    "coffee",
    "walnut",
    "ruby-wine",
    "loam"
  ],
  "generatedPalettes": [
    "garnet"
  ],
  "generatedComparisons": [
    "garnet-vs-coffee",
    "garnet-vs-wine-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/red",
    "/colors/by-temperature/warm",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/garnet",
    "/wcag/garnet",
    "/css/colors/garnet",
    "/hex/733635"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/red",
      "/colors/by-temperature/warm",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/garnet"
    ],
    "related": [
      "/colors/wine-red",
      "/colors/coffee",
      "/colors/walnut",
      "/colors/ruby-wine",
      "/colors/loam",
      "/compare/garnet-vs-coffee",
      "/compare/garnet-vs-wine-red",
      "/harmonies/garnet",
      "/wcag/garnet",
      "/css/colors/garnet",
      "/hex/733635"
    ]
  }
}
Full JSON dataset
{
  "slug": "garnet",
  "name": "Garnet",
  "hex": "#733635",
  "uses": [
    "branding accents",
    "editorial palettes",
    "product design"
  ],
  "psychology": {
    "associations": [
      "energy",
      "intensity",
      "attention"
    ],
    "contexts": [
      "fashion",
      "food",
      "sports",
      "retail"
    ],
    "avoidIn": [
      "low-stimulation wellness interfaces"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design and editorial color systems."
  },
  "family": "red",
  "temperature": "warm",
  "tone": [
    "balanced"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "red",
    "warm",
    "balanced",
    "branding-accents",
    "editorial-palettes",
    "product-design",
    "energy",
    "intensity",
    "attention"
  ],
  "popularity": 80,
  "rgb": [
    115,
    54,
    53
  ],
  "hsl": [
    1,
    37,
    33
  ],
  "cmyk": [
    0,
    53,
    54,
    55
  ],
  "luminance": 0.0654,
  "contrast": {
    "black": 2.31,
    "white": 9.1
  },
  "harmonies": {
    "complementary": "#357273",
    "analogous": [
      "#733553",
      "#735535"
    ],
    "triadic": [
      "#357336",
      "#363573"
    ],
    "tetradic": [
      "#537335",
      "#357273",
      "#553573"
    ],
    "splitComplementary": [
      "#357355",
      "#355373"
    ],
    "monochromatic": [
      "#B05554",
      "#733635",
      "#341918"
    ]
  },
  "variants": {
    "light": "#B05554",
    "dark": "#341918",
    "saturated": "#862423",
    "desaturated": "#614848",
    "pastel": "#AB7D7C",
    "neon": "#D10300"
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": [
      "#FFFFFF",
      "#F5F5F5"
    ]
  },
  "css": {
    "variable": "--color-garnet: #733635;",
    "utility": ".bg-garnet { background-color: #733635; }",
    "textUtility": ".text-garnet { color: #733635; }"
  },
  "nearestColors": [
    "wine-red",
    "coffee",
    "walnut",
    "ruby-wine",
    "loam"
  ],
  "generatedPalettes": [
    "garnet"
  ],
  "generatedComparisons": [
    "garnet-vs-coffee",
    "garnet-vs-wine-red"
  ],
  "relatedFamilies": [
    "/colors/by-family/red",
    "/colors/by-temperature/warm",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/garnet",
    "/wcag/garnet",
    "/css/colors/garnet",
    "/hex/733635"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/red",
      "/colors/by-temperature/warm",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/garnet"
    ],
    "related": [
      "/colors/wine-red",
      "/colors/coffee",
      "/colors/walnut",
      "/colors/ruby-wine",
      "/colors/loam",
      "/compare/garnet-vs-coffee",
      "/compare/garnet-vs-wine-red",
      "/harmonies/garnet",
      "/wcag/garnet",
      "/css/colors/garnet",
      "/hex/733635"
    ]
  },
  "pairings": {
    "best": [
      "#FFFFFF",
      "#357273",
      "#733553",
      "#735535"
    ],
    "avoid": [
      "#614848",
      "#B05554"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#FFFFFF"
    ],
    "lowContrast": [
      "#B05554",
      "#614848"
    ]
  }
}

Color meaning and use

About Garnet Color

Garnet sits in the red family with warm temperature and balanced visual character. Garnet is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include energy, intensity, and attention, which makes it relevant for fashion and food. In design work, Garnet is most useful for branding accents, editorial palettes, and product design, especially when paired with white text for stronger contrast.

WCAG Accessibility

Contrast checks for Garnet against black and white text.

Black text2.31:1AA Fail
White text9.1:1AA Pass
AA text options#FFFFFF, #F5F5F5
AAA text options#FFFFFF, #F5F5F5

Similar Colors

Color Harmonies

#357273#357273
#733553#733553
#735535#735535
#357336#357336
#363573#363573

Variants

#B05554#B05554
#341918#341918
#862423#862423
#614848#614848
#AB7D7C#AB7D7C
#D10300#D10300

Pairings

White#FFFFFF
#357273#357273
#733553#733553
#735535#735535
Matte Black#1A1A1A
White Smoke#F5F5F5