Toolman

#FBBF24 color

#FBBF24#FBBF24

The swatch above shows #FBBF24 with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#FBBF24 is a medium, vivid orange, closest to the CSS named color gold (#FFD700).

It is also a Tailwind CSS default: amber-400. That means you can write bg-amber-400 or text-amber-400 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#FBBF24
RGBrgb(251, 191, 36)
HSLhsl(43, 96%, 56%)
CMYKcmyk(0%, 24%, 86%, 2%)
Decimal16498468
CSScolor: #FBBF24;
Android0xFFFBBF24
SwiftUIColor(red: 0.984, green: 0.749, blue: 0.141, alpha: 1)

Accessibility and contrast

White text on #FBBF241.67:1 — AA fail · AA large fail · AAA fail
Black text on #FBBF2412.58:1 — AA pass · AA large pass · AAA pass
Recommended text colorblack

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #FBBF24

Each swatch keeps the hue and saturation of #FBBF24 and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #FBBF24

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #FBBF24 in code

/* CSS */
.element { color: #FBBF24; background-color: #FBBF24; }
.element { color: rgb(251 191 36); }
.element { color: hsl(43 96% 56%); }

/* Tailwind */
<div class="bg-amber-400 text-black">

/* SCSS variable */
$brand: #FBBF24;

Frequently asked questions

What color is #FBBF24?

#FBBF24 is a medium, vivid orange. Its hue sits at 43° on the color wheel, with 96% saturation and 56% lightness.

What is #FBBF24 in RGB?

#FBBF24 converts to rgb(251, 191, 36) — 251 red, 191 green and 36 blue.

What is #FBBF24 in CMYK?

Approximately cmyk(0%, 24%, 86%, 2%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #FBBF24 be white or black?

Black gives the better contrast ratio (12.58:1 versus 1.67:1).

What is the complementary color of #FBBF24?

#2360FB — the hue directly opposite #FBBF24 on the color wheel.

Convert any color → · Browse all colors