HSL(49, 100%, 94%)

Very Light Yellow — Yellow color

Adjust Color

Color Information

Color Name

Very Light Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(49,100%,94%)]

Color Conversions

Format Value CSS Usage
HSL hsl(49, 100%, 94%) color: hsl(49, 100%, 94%)
HEX #FFF9E0 color: #FFF9E0
RGB rgb(255, 249, 224) color: rgb(255, 249, 224)
CMYK cmyk(0%, 2%, 12%, 0%)
HSV hsv(48, 12%, 100%)
HWB hwb(48 88% 0%) color: hwb(48 88% 0%)
OKLCH oklch(0.9802 0.0333 95.85) color: oklch(0.9802 0.0333 95.85)
Lab lab(97.79 -2.1 12.72) color: lab(97.79 -2.1 12.72)
LCH lch(97.79 12.89 99.37) color: lch(97.79 12.89 99.37)

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.06:1
vs Black 19.88: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)

#FCFCE6 — rgb(252, 252, 230)

Deuteranopia (Green-blind)

#FDFDE8 — rgb(253, 253, 232)

Tritanopia (Blue-blind)

#FFEBEC — rgb(255, 235, 236)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(49, 100%, 94%);

text

color: hsl(49, 100%, 94%);

border

border: 2px solid hsl(49, 100%, 94%);

gradient light

background: linear-gradient(to right, hsl(49, 100%, 100%), hsl(49, 100%, 94%));

gradient dark

background: linear-gradient(to right, hsl(49, 100%, 94%), hsl(49, 100%, 74%))

hex

background-color: #FFF9E0;

tailwind

bg-[hsl(49,100%,94%)]

box shadow

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

css variable

--color-primary: hsl(49, 100%, 94%);

Related Colors

Use Cases for Very Light Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(49, 100%, 94%)?

HEX: #FFF9E0 | RGB: rgb(255, 249, 224) | CMYK: 0%, 2%, 12%, 0% | HSV: 48°, 12%, 100%. Copy any format from the conversion table above.

What colors go well with #FFF9E0?

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

As HSL: color: hsl(49, 100%, 94%); — As HEX: color: #FFF9E0; — As RGB: color: rgb(255, 249, 224); — Tailwind CSS: bg-[hsl(49,100%,94%)] — CSS variable: --color-primary: hsl(49, 100%, 94%);