Named color

Bamboo

Bamboo is an earth tone yellow color with HEX #C7B56E. According to Colors Encyclopedia, it has RGB 199, 181, 110, HSL 48, 44%, 61%, warm temperature, and is useful for botanical palettes, natural product design, and seasonal editorial palettes.

HEX #C7B56E
RGB rgb(199, 181, 110)
HSL hsl(48 44% 61%)
CMYK cmyk(0, 9, 45, 22)
Luminance 0.4632
Contrast Black 10.26:1White 2.05:1

CSS Utilities

--color-bamboo: #C7B56E;
.bg-bamboo { background-color: #C7B56E; }
.text-bamboo { color: #C7B56E; }

Machine-readable data

Machine-Readable Color Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.4632
Black text10.26:1AA Pass
White text2.05:1AA Fail
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": "#C7B56E",
  "rgb": [
    199,
    181,
    110
  ],
  "hsl": [
    48,
    44,
    61
  ],
  "cmyk": [
    0,
    9,
    45,
    22
  ],
  "luminance": 0.4632,
  "contrast": {
    "black": 10.26,
    "white": 2.05
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A"
  ]
}
Harmonies
{
  "complementary": "#7081C7",
  "analogous": [
    "#C78A70",
    "#ADC770"
  ],
  "triadic": [
    "#70C7B6",
    "#B670C7"
  ],
  "tetradic": [
    "#70C78A",
    "#7081C7",
    "#C770AD"
  ],
  "splitComplementary": [
    "#70ADC7",
    "#8A70C7"
  ],
  "monochromatic": [
    "#E1D8B2",
    "#C7B56E",
    "#9E8B3D"
  ]
}
Variants
{
  "light": "#E1D8B2",
  "dark": "#9E8B3D",
  "saturated": "#DDC35A",
  "desaturated": "#B1A986",
  "pastel": "#E6E2D1",
  "neon": "#FFDF61"
}
Pairings
{
  "best": [
    "#000000",
    "#7081C7",
    "#C78A70",
    "#ADC770"
  ],
  "avoid": [
    "#B1A986",
    "#E1D8B2"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#E1D8B2",
    "#B1A986"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "sandstone",
    "dark-khaki",
    "champagne-gold",
    "ecru",
    "sand"
  ],
  "generatedPalettes": [
    "bamboo"
  ],
  "generatedComparisons": [
    "bamboo-vs-dark-khaki",
    "bamboo-vs-sandstone",
    "camel-vs-bamboo",
    "champagne-gold-vs-bamboo"
  ],
  "relatedFamilies": [
    "/colors/by-family/yellow",
    "/colors/by-temperature/warm",
    "/colors/by-tone/earth-tone"
  ],
  "relatedTools": [
    "/harmonies/bamboo",
    "/wcag/bamboo",
    "/css/colors/bamboo",
    "/hex/c7b56e"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/yellow",
      "/colors/by-temperature/warm",
      "/colors/by-tone/earth-tone"
    ],
    "narrower": [
      "/palettes/bamboo"
    ],
    "related": [
      "/colors/sandstone",
      "/colors/dark-khaki",
      "/colors/champagne-gold",
      "/colors/ecru",
      "/colors/sand",
      "/compare/bamboo-vs-dark-khaki",
      "/compare/bamboo-vs-sandstone",
      "/compare/camel-vs-bamboo",
      "/compare/champagne-gold-vs-bamboo",
      "/harmonies/bamboo",
      "/wcag/bamboo",
      "/css/colors/bamboo",
      "/hex/c7b56e"
    ]
  }
}
Full JSON dataset
{
  "slug": "bamboo",
  "name": "Bamboo",
  "hex": "#C7B56E",
  "uses": [
    "botanical palettes",
    "natural product design",
    "seasonal editorial palettes"
  ],
  "psychology": {
    "associations": [
      "life",
      "seasonality",
      "organic texture"
    ],
    "contexts": [
      "floral design",
      "garden brands",
      "lifestyle",
      "packaging"
    ],
    "avoidIn": [
      "strict grayscale systems"
    ]
  },
  "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, material, cultural, and editorial color systems."
  },
  "family": "yellow",
  "temperature": "warm",
  "tone": [
    "earth-tone"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "yellow",
    "warm",
    "earth-tone",
    "botanical-palettes",
    "natural-product-design",
    "seasonal-editorial-palettes",
    "life",
    "seasonality",
    "organic-texture"
  ],
  "popularity": 84,
  "rgb": [
    199,
    181,
    110
  ],
  "hsl": [
    48,
    44,
    61
  ],
  "cmyk": [
    0,
    9,
    45,
    22
  ],
  "luminance": 0.4632,
  "contrast": {
    "black": 10.26,
    "white": 2.05
  },
  "harmonies": {
    "complementary": "#7081C7",
    "analogous": [
      "#C78A70",
      "#ADC770"
    ],
    "triadic": [
      "#70C7B6",
      "#B670C7"
    ],
    "tetradic": [
      "#70C78A",
      "#7081C7",
      "#C770AD"
    ],
    "splitComplementary": [
      "#70ADC7",
      "#8A70C7"
    ],
    "monochromatic": [
      "#E1D8B2",
      "#C7B56E",
      "#9E8B3D"
    ]
  },
  "variants": {
    "light": "#E1D8B2",
    "dark": "#9E8B3D",
    "saturated": "#DDC35A",
    "desaturated": "#B1A986",
    "pastel": "#E6E2D1",
    "neon": "#FFDF61"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "css": {
    "variable": "--color-bamboo: #C7B56E;",
    "utility": ".bg-bamboo { background-color: #C7B56E; }",
    "textUtility": ".text-bamboo { color: #C7B56E; }"
  },
  "nearestColors": [
    "sandstone",
    "dark-khaki",
    "champagne-gold",
    "ecru",
    "sand"
  ],
  "generatedPalettes": [
    "bamboo"
  ],
  "generatedComparisons": [
    "bamboo-vs-dark-khaki",
    "bamboo-vs-sandstone",
    "camel-vs-bamboo",
    "champagne-gold-vs-bamboo"
  ],
  "relatedFamilies": [
    "/colors/by-family/yellow",
    "/colors/by-temperature/warm",
    "/colors/by-tone/earth-tone"
  ],
  "relatedTools": [
    "/harmonies/bamboo",
    "/wcag/bamboo",
    "/css/colors/bamboo",
    "/hex/c7b56e"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/yellow",
      "/colors/by-temperature/warm",
      "/colors/by-tone/earth-tone"
    ],
    "narrower": [
      "/palettes/bamboo"
    ],
    "related": [
      "/colors/sandstone",
      "/colors/dark-khaki",
      "/colors/champagne-gold",
      "/colors/ecru",
      "/colors/sand",
      "/compare/bamboo-vs-dark-khaki",
      "/compare/bamboo-vs-sandstone",
      "/compare/camel-vs-bamboo",
      "/compare/champagne-gold-vs-bamboo",
      "/harmonies/bamboo",
      "/wcag/bamboo",
      "/css/colors/bamboo",
      "/hex/c7b56e"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#7081C7",
      "#C78A70",
      "#ADC770"
    ],
    "avoid": [
      "#B1A986",
      "#E1D8B2"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#E1D8B2",
      "#B1A986"
    ]
  }
}

Color meaning and use

About Bamboo Color

Bamboo sits in the yellow family with warm temperature and earth tone visual character. Bamboo is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include life, seasonality, and organic texture, which makes it relevant for floral design and garden brands. In design work, Bamboo is most useful for botanical palettes, natural product design, and seasonal editorial palettes, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Bamboo against black and white text.

Black text10.26:1AA Pass
White text2.05:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A

Similar Colors

Color Harmonies

#7081C7#7081C7
#C78A70#C78A70
#ADC770#ADC770
#70C7B6#70C7B6
#B670C7#B670C7

Variants

#E1D8B2#E1D8B2
#9E8B3D#9E8B3D
#DDC35A#DDC35A
#B1A986#B1A986
#E6E2D1#E6E2D1
#FFDF61#FFDF61

Pairings

Black#000000
#7081C7#7081C7
#C78A70#C78A70
#ADC770#ADC770
Matte Black#1A1A1A
White Smoke#F5F5F5