HSL(57, 100%, 85%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(57,100%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(57, 100%, 85%) color: hsl(57, 100%, 85%)
HEX #FFFBB3 color: #FFFBB3
RGB rgb(255, 251, 179) color: rgb(255, 251, 179)
CMYK cmyk(0%, 2%, 30%, 0%)
HSV hsv(57, 30%, 100%)
HWB hwb(57 70% 0%) color: hwb(57 70% 0%)
OKLCH oklch(0.9746 0.0908 105.28) color: oklch(0.9746 0.0908 105.28)
Lab lab(97.43 -9.36 35.08) color: lab(97.43 -9.36 35.08)
LCH lch(97.43 36.31 104.94) color: lch(97.43 36.31 104.94)

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.07:1
vs Black 19.7: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)

#FDFDC4 — rgb(253, 253, 196)

Deuteranopia (Green-blind)

#FEFEC9 — rgb(254, 254, 201)

Tritanopia (Blue-blind)

#FFD2D5 — rgb(255, 210, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(57, 100%, 85%);

text

color: hsl(57, 100%, 85%);

border

border: 2px solid hsl(57, 100%, 85%);

gradient light

background: linear-gradient(to right, hsl(57, 100%, 100%), hsl(57, 100%, 85%));

gradient dark

background: linear-gradient(to right, hsl(57, 100%, 85%), hsl(57, 100%, 65%))

hex

background-color: #FFFBB3;

tailwind

bg-[hsl(57,100%,85%)]

box shadow

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

css variable

--color-primary: hsl(57, 100%, 85%);

Related Colors

Use Cases for Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(57, 100%, 85%)?

HEX: #FFFBB3 | RGB: rgb(255, 251, 179) | CMYK: 0%, 2%, 30%, 0% | HSV: 57°, 30%, 100%. Copy any format from the conversion table above.

What colors go well with #FFFBB3?

The complementary color is HSL(237, 100%, 85%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(57, 100%, 85%) in CSS?

As HSL: color: hsl(57, 100%, 85%); — As HEX: color: #FFFBB3; — As RGB: color: rgb(255, 251, 179); — Tailwind CSS: bg-[hsl(57,100%,85%)] — CSS variable: --color-primary: hsl(57, 100%, 85%);