HSL(48, 60%, 77%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(48,60%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(48, 60%, 77%) color: hsl(48, 60%, 77%)
HEX #E8D9A1 color: #E8D9A1
RGB rgb(232, 217, 161) color: rgb(232, 217, 161)
CMYK cmyk(0%, 6%, 31%, 9%)
HSV hsv(47, 31%, 91%)
HWB hwb(47 63% 9%) color: hwb(47 63% 9%)
OKLCH oklch(0.8841 0.0743 94.9) color: oklch(0.8841 0.0743 94.9)
Lab lab(86.68 -3.15 29.51) color: lab(86.68 -3.15 29.51)
LCH lch(86.68 29.68 96.09) color: lch(86.68 29.68 96.09)

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

#E2E1AF — rgb(226, 225, 175)

Deuteranopia (Green-blind)

#E2E4B2 — rgb(226, 228, 178)

Tritanopia (Blue-blind)

#E7B9BC — rgb(231, 185, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(48, 60%, 77%);

text

color: hsl(48, 60%, 77%);

border

border: 2px solid hsl(48, 60%, 77%);

gradient light

background: linear-gradient(to right, hsl(48, 60%, 97%), hsl(48, 60%, 77%));

gradient dark

background: linear-gradient(to right, hsl(48, 60%, 77%), hsl(48, 60%, 57%))

hex

background-color: #E8D9A1;

tailwind

bg-[hsl(48,60%,77%)]

box shadow

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

css variable

--color-primary: hsl(48, 60%, 77%);

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(48, 60%, 77%)?

HEX: #E8D9A1 | RGB: rgb(232, 217, 161) | CMYK: 0%, 6%, 31%, 9% | HSV: 47°, 31%, 91%. Copy any format from the conversion table above.

What colors go well with #E8D9A1?

The complementary color is HSL(228, 60%, 77%). For a triadic harmony, use hues 48°, 168°, and 288°. For analogous combinations, try hues 18° and 78°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(48, 60%, 77%) in CSS?

As HSL: color: hsl(48, 60%, 77%); — As HEX: color: #E8D9A1; — As RGB: color: rgb(232, 217, 161); — Tailwind CSS: bg-[hsl(48,60%,77%)] — CSS variable: --color-primary: hsl(48, 60%, 77%);