HSL(63, 50%, 90%)

Very Light Yellow — Yellow color

Adjust Color

Color Information

Color Name

Very Light Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(63,50%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(63, 50%, 90%) color: hsl(63, 50%, 90%)
HEX #F1F2D9 color: #F1F2D9
RGB rgb(241, 242, 217) color: rgb(241, 242, 217)
CMYK cmyk(0%, 0%, 10%, 5%)
HSV hsv(62, 10%, 95%)
HWB hwb(62 86% 5%) color: hwb(62 86% 5%)
OKLCH oklch(0.9538 0.0329 108.87) color: oklch(0.9538 0.0329 108.87)
Lab lab(94.83 -4.55 11.96) color: lab(94.83 -4.55 11.96)
LCH lch(94.83 12.8 110.83) color: lch(94.83 12.8 110.83)

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

#F1F1DF — rgb(241, 241, 223)

Deuteranopia (Green-blind)

#F1F1E1 — rgb(241, 241, 225)

Tritanopia (Blue-blind)

#F1E4E5 — rgb(241, 228, 229)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(63, 50%, 90%);

text

color: hsl(63, 50%, 90%);

border

border: 2px solid hsl(63, 50%, 90%);

gradient light

background: linear-gradient(to right, hsl(63, 50%, 100%), hsl(63, 50%, 90%));

gradient dark

background: linear-gradient(to right, hsl(63, 50%, 90%), hsl(63, 50%, 70%))

hex

background-color: #F1F2D9;

tailwind

bg-[hsl(63,50%,90%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(63, 50%, 90%, 0.4);

css variable

--color-primary: hsl(63, 50%, 90%);

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(63, 50%, 90%)?

HEX: #F1F2D9 | RGB: rgb(241, 242, 217) | CMYK: 0%, 0%, 10%, 5% | HSV: 62°, 10%, 95%. Copy any format from the conversion table above.

What colors go well with #F1F2D9?

The complementary color is HSL(243, 50%, 90%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(63, 50%, 90%) in CSS?

As HSL: color: hsl(63, 50%, 90%); — As HEX: color: #F1F2D9; — As RGB: color: rgb(241, 242, 217); — Tailwind CSS: bg-[hsl(63,50%,90%)] — CSS variable: --color-primary: hsl(63, 50%, 90%);