HueWiz / Colors / Bisque
#FFE4C4

Bisque

Bisque is a vivid, fully saturated, light warm orange (#FFE4C4).

Build palettes with Bisque →

Using Bisque in your designs

At hue 33° with 100% saturation, bisque lands firmly in the orange family — a warm color through and through. Colors in this range are commonly associated with enthusiasm, friendliness and affordability, which makes bisque a natural fit for playful brands, food products and secondary calls to action.

Bisque is light enough that it pairs better with dark text than white: black type on bisque hits 17.15:1 — comfortably past the WCAG AA threshold — while white manages only 1.22:1. It shines as a section background, card fill or subtle highlight where a full-strength accent would shout.

For pairings, the complement of bisque sits at 213° — #C2DDFF, close to lightsteelblue — and delivers the strongest possible hue contrast; use it sparingly, in roughly a 90/10 split, so the two don't fight. For calmer schemes, the analogous colors 30° to either side keep the same warm temperature, while the triadic pair gives you a balanced three-color palette. All of these are computed for bisque in the palettes below, with copy-ready codes.

Bisque color palettes

Every palette below is computed from bisque's position on the color wheel (hue 33°). Hover any swatch to see its code; click to copy.

Complementary

Analogous

Triadic

Split-complementary

Tetradic

Monochromatic

Tints and shades of Bisque

Tints mix bisque toward white; shades mix it toward black. Use the scale for hover states, borders and depth without leaving the hue.

Shades → base → tints

Contrast & accessibility

WCAG 2.1 requires 4.5:1 for normal text (AA) and 3:1 for large text. Here's how bisque performs, plus how it appears under the three main types of dichromatic color blindness (simulated approximation).

PairingRatioNormal textLarge text
White text on Bisque1.22:1FailFail
Black text on Bisque17.15:1AAAAAA
Protanopia#F3F3CC
Deuteranopia#F5F7CE
Tritanopia#FED2D3

Bisque in code

Copy-ready snippets. In CSS you can also use the keyword bisque directly.

:root {
  --bisque: #FFE4C4;
  --bisque-rgb: 255, 228, 196;
  --bisque-tint: #FFF0DF;
  --bisque-shade: #8C7D6C;
}

.btn-bisque {
  background: var(--bisque);
  color: #000000;
}
// tailwind.config.js
colors: {
  'bisque': {
    DEFAULT: '#FFE4C4',
    light: '#FFF0DF',
    dark: '#8C7D6C',
  },
}

Colors similar to Bisque

The closest CSS named colors by perceptual (Lab) distance.

← PreviousbeigeNext →black
Copied