HSL(51, 77%, 88%)

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(51,77%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(51, 77%, 88%) color: hsl(51, 77%, 88%)
HEX #F8F1C9 color: #F8F1C9
RGB rgb(248, 241, 201) color: rgb(248, 241, 201)
CMYK cmyk(0%, 3%, 19%, 3%)
HSV hsv(51, 19%, 97%)
HWB hwb(51 79% 3%) color: hwb(51 79% 3%)
OKLCH oklch(0.9536 0.0525 99.08) color: oklch(0.9536 0.0525 99.08)
Lab lab(94.77 -4 20.2) color: lab(94.77 -4 20.2)
LCH lch(94.77 20.59 101.2) color: lch(94.77 20.59 101.2)

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.14:1
vs Black 18.42: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)

#F5F5D3 — rgb(245, 245, 211)

Deuteranopia (Green-blind)

#F5F6D5 — rgb(245, 246, 213)

Tritanopia (Blue-blind)

#F8DADC — rgb(248, 218, 220)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(51, 77%, 88%);

text

color: hsl(51, 77%, 88%);

border

border: 2px solid hsl(51, 77%, 88%);

gradient light

background: linear-gradient(to right, hsl(51, 77%, 100%), hsl(51, 77%, 88%));

gradient dark

background: linear-gradient(to right, hsl(51, 77%, 88%), hsl(51, 77%, 68%))

hex

background-color: #F8F1C9;

tailwind

bg-[hsl(51,77%,88%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(51, 77%, 88%, 0.4);

css variable

--color-primary: hsl(51, 77%, 88%);

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(51, 77%, 88%)?

HEX: #F8F1C9 | RGB: rgb(248, 241, 201) | CMYK: 0%, 3%, 19%, 3% | HSV: 51°, 19%, 97%. Copy any format from the conversion table above.

What colors go well with #F8F1C9?

The complementary color is HSL(231, 77%, 88%). For a triadic harmony, use hues 51°, 171°, and 291°. For analogous combinations, try hues 21° and 81°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(51, 77%, 88%) in CSS?

As HSL: color: hsl(51, 77%, 88%); — As HEX: color: #F8F1C9; — As RGB: color: rgb(248, 241, 201); — Tailwind CSS: bg-[hsl(51,77%,88%)] — CSS variable: --color-primary: hsl(51, 77%, 88%);