Named color

Amber

Amber is a vibrant yellow color with HEX #FFBF00. According to Colors Encyclopedia, it has RGB 255, 191, 0, HSL 45, 100%, 50%, warm temperature, and is useful for warm accents, food branding, and interior palettes.

HEX #FFBF00
RGB rgb(255, 191, 0)
HSL hsl(45 100% 50%)
CMYK cmyk(0, 25, 100, 0)
Luminance 0.5852
Contrast Black 12.7:1White 1.65:1

CSS Utilities

--color-amber: #FFBF00;
.bg-amber { background-color: #FFBF00; }
.text-amber { color: #FFBF00; }

Machine-readable data

Machine-Readable Color Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.5852
Black text12.7:1AA Pass
White text1.65: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": "#FFBF00",
  "rgb": [
    255,
    191,
    0
  ],
  "hsl": [
    45,
    100,
    50
  ],
  "cmyk": [
    0,
    25,
    100,
    0
  ],
  "luminance": 0.5852,
  "contrast": {
    "black": 12.7,
    "white": 1.65
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A"
  ]
}
Harmonies
{
  "complementary": "#0040FF",
  "analogous": [
    "#FF4000",
    "#BFFF00"
  ],
  "triadic": [
    "#00FFBF",
    "#BF00FF"
  ],
  "tetradic": [
    "#00FF40",
    "#0040FF",
    "#FF00BF"
  ],
  "splitComplementary": [
    "#00BFFF",
    "#4000FF"
  ],
  "monochromatic": [
    "#FFD65C",
    "#FFBF00",
    "#A37A00"
  ]
}
Variants
{
  "light": "#FFD65C",
  "dark": "#A37A00",
  "saturated": "#FFBF00",
  "desaturated": "#E3B11C",
  "pastel": "#F5DA89",
  "neon": "#FFC929"
}
Pairings
{
  "best": [
    "#000000",
    "#0040FF",
    "#FF4000",
    "#BFFF00"
  ],
  "avoid": [
    "#E3B11C",
    "#FFD65C"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FFD65C",
    "#E3B11C"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "fluorescent-orange",
    "honey",
    "industrial-yellow",
    "caution-yellow",
    "sunflower"
  ],
  "generatedPalettes": [
    "amber"
  ],
  "generatedComparisons": [
    "amber-vs-fluorescent-orange",
    "amber-vs-honey",
    "chrome-yellow-vs-amber",
    "industrial-yellow-vs-amber",
    "sunflower-vs-amber"
  ],
  "relatedFamilies": [
    "/colors/by-family/yellow",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/amber",
    "/wcag/amber",
    "/css/colors/amber",
    "/hex/ffbf00"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/yellow",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/amber"
    ],
    "related": [
      "/colors/fluorescent-orange",
      "/colors/honey",
      "/colors/industrial-yellow",
      "/colors/caution-yellow",
      "/colors/sunflower",
      "/compare/amber-vs-fluorescent-orange",
      "/compare/amber-vs-honey",
      "/compare/chrome-yellow-vs-amber",
      "/compare/industrial-yellow-vs-amber",
      "/compare/sunflower-vs-amber",
      "/harmonies/amber",
      "/wcag/amber",
      "/css/colors/amber",
      "/hex/ffbf00"
    ]
  }
}
Full JSON dataset
{
  "slug": "amber",
  "name": "Amber",
  "hex": "#FFBF00",
  "uses": [
    "warm accents",
    "food branding",
    "interior palettes"
  ],
  "psychology": {
    "associations": [
      "warmth",
      "comfort",
      "approachability"
    ],
    "contexts": [
      "hospitality",
      "craft",
      "food",
      "home decor"
    ],
    "avoidIn": [
      "cold technical 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": "yellow",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "yellow",
    "warm",
    "vibrant",
    "warm-accents",
    "food-branding",
    "interior-palettes",
    "warmth",
    "comfort",
    "approachability"
  ],
  "popularity": 84,
  "rgb": [
    255,
    191,
    0
  ],
  "hsl": [
    45,
    100,
    50
  ],
  "cmyk": [
    0,
    25,
    100,
    0
  ],
  "luminance": 0.5852,
  "contrast": {
    "black": 12.7,
    "white": 1.65
  },
  "harmonies": {
    "complementary": "#0040FF",
    "analogous": [
      "#FF4000",
      "#BFFF00"
    ],
    "triadic": [
      "#00FFBF",
      "#BF00FF"
    ],
    "tetradic": [
      "#00FF40",
      "#0040FF",
      "#FF00BF"
    ],
    "splitComplementary": [
      "#00BFFF",
      "#4000FF"
    ],
    "monochromatic": [
      "#FFD65C",
      "#FFBF00",
      "#A37A00"
    ]
  },
  "variants": {
    "light": "#FFD65C",
    "dark": "#A37A00",
    "saturated": "#FFBF00",
    "desaturated": "#E3B11C",
    "pastel": "#F5DA89",
    "neon": "#FFC929"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "css": {
    "variable": "--color-amber: #FFBF00;",
    "utility": ".bg-amber { background-color: #FFBF00; }",
    "textUtility": ".text-amber { color: #FFBF00; }"
  },
  "nearestColors": [
    "fluorescent-orange",
    "honey",
    "industrial-yellow",
    "caution-yellow",
    "sunflower"
  ],
  "generatedPalettes": [
    "amber"
  ],
  "generatedComparisons": [
    "amber-vs-fluorescent-orange",
    "amber-vs-honey",
    "chrome-yellow-vs-amber",
    "industrial-yellow-vs-amber",
    "sunflower-vs-amber"
  ],
  "relatedFamilies": [
    "/colors/by-family/yellow",
    "/colors/by-temperature/warm",
    "/colors/by-tone/vibrant"
  ],
  "relatedTools": [
    "/harmonies/amber",
    "/wcag/amber",
    "/css/colors/amber",
    "/hex/ffbf00"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/yellow",
      "/colors/by-temperature/warm",
      "/colors/by-tone/vibrant"
    ],
    "narrower": [
      "/palettes/amber"
    ],
    "related": [
      "/colors/fluorescent-orange",
      "/colors/honey",
      "/colors/industrial-yellow",
      "/colors/caution-yellow",
      "/colors/sunflower",
      "/compare/amber-vs-fluorescent-orange",
      "/compare/amber-vs-honey",
      "/compare/chrome-yellow-vs-amber",
      "/compare/industrial-yellow-vs-amber",
      "/compare/sunflower-vs-amber",
      "/harmonies/amber",
      "/wcag/amber",
      "/css/colors/amber",
      "/hex/ffbf00"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#0040FF",
      "#FF4000",
      "#BFFF00"
    ],
    "avoid": [
      "#E3B11C",
      "#FFD65C"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FFD65C",
      "#E3B11C"
    ]
  }
}

Color meaning and use

About Amber Color

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

Its common associations include warmth, comfort, and approachability, which makes it relevant for hospitality and craft. In design work, Amber is most useful for warm accents, food branding, and interior palettes, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Amber against black and white text.

Black text12.7:1AA Pass
White text1.65:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A

Similar Colors

Color Harmonies

#0040FF#0040FF
#FF4000#FF4000
#BFFF00#BFFF00
#00FFBF#00FFBF
Electric Purple#BF00FF

Variants

#FFD65C#FFD65C
#A37A00#A37A00
Fluorescent Orange#FFBF00
#E3B11C#E3B11C
#F5DA89#F5DA89
#FFC929#FFC929

Pairings

Black#000000
#0040FF#0040FF
#FF4000#FF4000
#BFFF00#BFFF00
Matte Black#1A1A1A
White Smoke#F5F5F5