HSL(49, 89%, 71%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(49,89%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(49, 89%, 71%) color: hsl(49, 89%, 71%)
HEX #F7DF73 color: #F7DF73
RGB rgb(247, 223, 115) color: rgb(247, 223, 115)
CMYK cmyk(0%, 10%, 53%, 3%)
HSV hsv(49, 53%, 97%)
HWB hwb(49 46% 3%) color: hwb(49 46% 3%)
OKLCH oklch(0.902 0.1309 97.04) color: oklch(0.902 0.1309 97.04)
Lab lab(88.82 -4.98 55.26) color: lab(88.82 -4.98 55.26)
LCH lch(88.82 55.48 95.15) color: lch(88.82 55.48 95.15)

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.33:1
vs Black 15.76: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)

#EDEC8D — rgb(237, 236, 141)

Deuteranopia (Green-blind)

#EEF093 — rgb(238, 240, 147)

Tritanopia (Blue-blind)

#F6A2A6 — rgb(246, 162, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(49, 89%, 71%);

text

color: hsl(49, 89%, 71%);

border

border: 2px solid hsl(49, 89%, 71%);

gradient light

background: linear-gradient(to right, hsl(49, 89%, 91%), hsl(49, 89%, 71%));

gradient dark

background: linear-gradient(to right, hsl(49, 89%, 71%), hsl(49, 89%, 51%))

hex

background-color: #F7DF73;

tailwind

bg-[hsl(49,89%,71%)]

box shadow

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

css variable

--color-primary: hsl(49, 89%, 71%);

Related Colors

Use Cases for Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(49, 89%, 71%)?

HEX: #F7DF73 | RGB: rgb(247, 223, 115) | CMYK: 0%, 10%, 53%, 3% | HSV: 49°, 53%, 97%. Copy any format from the conversion table above.

What colors go well with #F7DF73?

The complementary color is HSL(229, 89%, 71%). 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, 89%, 71%) in CSS?

As HSL: color: hsl(49, 89%, 71%); — As HEX: color: #F7DF73; — As RGB: color: rgb(247, 223, 115); — Tailwind CSS: bg-[hsl(49,89%,71%)] — CSS variable: --color-primary: hsl(49, 89%, 71%);