HSL(47, 46%, 95%)

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(47,46%,95%)]

Color Conversions

Format Value CSS Usage
HSL hsl(47, 46%, 95%) color: hsl(47, 46%, 95%)
HEX #F8F6EC color: #F8F6EC
RGB rgb(248, 246, 236) color: rgb(248, 246, 236)
CMYK cmyk(0%, 1%, 5%, 3%)
HSV hsv(50, 5%, 97%)
HWB hwb(50 92% 3%) color: hwb(50 92% 3%)
OKLCH oklch(0.972 0.0134 97.44) color: oklch(0.972 0.0134 97.44)
Lab lab(96.79 -1.05 5.04) color: lab(96.79 -1.05 5.04)
LCH lch(96.79 5.15 101.77) color: lch(96.79 5.15 101.77)

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.08:1
vs Black 19.38: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)

#F7F7EE — rgb(247, 247, 238)

Deuteranopia (Green-blind)

#F7F7EF — rgb(247, 247, 239)

Tritanopia (Blue-blind)

#F8F0F1 — rgb(248, 240, 241)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(47, 46%, 95%);

text

color: hsl(47, 46%, 95%);

border

border: 2px solid hsl(47, 46%, 95%);

gradient light

background: linear-gradient(to right, hsl(47, 46%, 100%), hsl(47, 46%, 95%));

gradient dark

background: linear-gradient(to right, hsl(47, 46%, 95%), hsl(47, 46%, 75%))

hex

background-color: #F8F6EC;

tailwind

bg-[hsl(47,46%,95%)]

box shadow

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

css variable

--color-primary: hsl(47, 46%, 95%);

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(47, 46%, 95%)?

HEX: #F8F6EC | RGB: rgb(248, 246, 236) | CMYK: 0%, 1%, 5%, 3% | HSV: 50°, 5%, 97%. Copy any format from the conversion table above.

What colors go well with #F8F6EC?

The complementary color is HSL(227, 46%, 95%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(47, 46%, 95%) in CSS?

As HSL: color: hsl(47, 46%, 95%); — As HEX: color: #F8F6EC; — As RGB: color: rgb(248, 246, 236); — Tailwind CSS: bg-[hsl(47,46%,95%)] — CSS variable: --color-primary: hsl(47, 46%, 95%);