HSL(54, 95%, 92%)

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(54,95%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(54, 95%, 92%) color: hsl(54, 95%, 92%)
HEX #FEFAD7 color: #FEFAD7
RGB rgb(254, 250, 215) color: rgb(254, 250, 215)
CMYK cmyk(0%, 2%, 15%, 0%)
HSV hsv(54, 15%, 100%)
HWB hwb(54 85% 0%) color: hwb(54 85% 0%)
OKLCH oklch(0.9793 0.0456 101.83) color: oklch(0.9793 0.0456 101.83)
Lab lab(97.77 -4.33 17.29) color: lab(97.77 -4.33 17.29)
LCH lch(97.77 17.82 104.06) color: lch(97.77 17.82 104.06)

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.87: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)

#FCFCDF — rgb(252, 252, 223)

Deuteranopia (Green-blind)

#FDFDE2 — rgb(253, 253, 226)

Tritanopia (Blue-blind)

#FEE6E8 — rgb(254, 230, 232)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(54, 95%, 92%);

text

color: hsl(54, 95%, 92%);

border

border: 2px solid hsl(54, 95%, 92%);

gradient light

background: linear-gradient(to right, hsl(54, 95%, 100%), hsl(54, 95%, 92%));

gradient dark

background: linear-gradient(to right, hsl(54, 95%, 92%), hsl(54, 95%, 72%))

hex

background-color: #FEFAD7;

tailwind

bg-[hsl(54,95%,92%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(54, 95%, 92%, 0.4);

css variable

--color-primary: hsl(54, 95%, 92%);

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(54, 95%, 92%)?

HEX: #FEFAD7 | RGB: rgb(254, 250, 215) | CMYK: 0%, 2%, 15%, 0% | HSV: 54°, 15%, 100%. Copy any format from the conversion table above.

What colors go well with #FEFAD7?

The complementary color is HSL(234, 95%, 92%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(54, 95%, 92%) in CSS?

As HSL: color: hsl(54, 95%, 92%); — As HEX: color: #FEFAD7; — As RGB: color: rgb(254, 250, 215); — Tailwind CSS: bg-[hsl(54,95%,92%)] — CSS variable: --color-primary: hsl(54, 95%, 92%);