HSL(54, 79%, 68%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(54,79%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(54, 79%, 68%) color: hsl(54, 79%, 68%)
HEX #EEE16D color: #EEE16D
RGB rgb(238, 225, 109) color: rgb(238, 225, 109)
CMYK cmyk(0%, 5%, 54%, 7%)
HSV hsv(54, 54%, 93%)
HWB hwb(54 43% 7%) color: hwb(54 43% 7%)
OKLCH oklch(0.8975 0.1378 102.94) color: oklch(0.8975 0.1378 102.94)
Lab lab(88.51 -10.08 57.46) color: lab(88.51 -10.08 57.46)
LCH lch(88.51 58.34 99.95) color: lch(88.51 58.34 99.95)

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.34:1
vs Black 15.63: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)

#E8E889 — rgb(232, 232, 137)

Deuteranopia (Green-blind)

#E9EA90 — rgb(233, 234, 144)

Tritanopia (Blue-blind)

#ED9FA4 — rgb(237, 159, 164)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(54, 79%, 68%);

text

color: hsl(54, 79%, 68%);

border

border: 2px solid hsl(54, 79%, 68%);

gradient light

background: linear-gradient(to right, hsl(54, 79%, 88%), hsl(54, 79%, 68%));

gradient dark

background: linear-gradient(to right, hsl(54, 79%, 68%), hsl(54, 79%, 48%))

hex

background-color: #EEE16D;

tailwind

bg-[hsl(54,79%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(54, 79%, 68%, 0.4);

css variable

--color-primary: hsl(54, 79%, 68%);

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(54, 79%, 68%)?

HEX: #EEE16D | RGB: rgb(238, 225, 109) | CMYK: 0%, 5%, 54%, 7% | HSV: 54°, 54%, 93%. Copy any format from the conversion table above.

What colors go well with #EEE16D?

The complementary color is HSL(234, 79%, 68%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(54, 79%, 68%) in CSS?

As HSL: color: hsl(54, 79%, 68%); — As HEX: color: #EEE16D; — As RGB: color: rgb(238, 225, 109); — Tailwind CSS: bg-[hsl(54,79%,68%)] — CSS variable: --color-primary: hsl(54, 79%, 68%);