HSL(49, 96%, 59%)

Vivid Yellow — Yellow color

Adjust Color

Color Information

Color Name

Vivid Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(49,96%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(49, 96%, 59%) color: hsl(49, 96%, 59%)
HEX #FBD632 color: #FBD632
RGB rgb(251, 214, 50) color: rgb(251, 214, 50)
CMYK cmyk(0%, 15%, 80%, 2%)
HSV hsv(49, 80%, 98%)
HWB hwb(49 20% 2%) color: hwb(49 20% 2%)
OKLCH oklch(0.8823 0.1696 95.24) color: oklch(0.8823 0.1696 95.24)
Lab lab(86.42 -2.3 78.33) color: lab(86.42 -2.3 78.33)
LCH lch(86.42 78.36 91.68) color: lch(86.42 78.36 91.68)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.42:1
vs Black 14.77:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#EBEB5A — rgb(235, 235, 90)

Deuteranopia (Green-blind)

#EDF063 — rgb(237, 240, 99)

Tritanopia (Blue-blind)

#F97980 — rgb(249, 121, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(49, 96%, 59%);

text

color: hsl(49, 96%, 59%);

border

border: 2px solid hsl(49, 96%, 59%);

gradient light

background: linear-gradient(to right, hsl(49, 96%, 79%), hsl(49, 96%, 59%));

gradient dark

background: linear-gradient(to right, hsl(49, 96%, 59%), hsl(49, 96%, 39%))

hex

background-color: #FBD632;

tailwind

bg-[hsl(49,96%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(49, 96%, 59%, 0.4);

css variable

--color-primary: hsl(49, 96%, 59%);

Related Colors

Use Cases for Vivid Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(49, 96%, 59%)?

HEX: #FBD632 | RGB: rgb(251, 214, 50) | CMYK: 0%, 15%, 80%, 2% | HSV: 49°, 80%, 98%. Copy any format from the conversion table above.

What colors go well with #FBD632?

The complementary color is HSL(229, 96%, 59%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(49, 96%, 59%) in CSS?

As HSL: color: hsl(49, 96%, 59%); — As HEX: color: #FBD632; — As RGB: color: rgb(251, 214, 50); — Tailwind CSS: bg-[hsl(49,96%,59%)] — CSS variable: --color-primary: hsl(49, 96%, 59%);