HSL(53, 54%, 56%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(53,54%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 54%, 56%) color: hsl(53, 54%, 56%)
HEX #CBBD52 color: #CBBD52
RGB rgb(203, 189, 82) color: rgb(203, 189, 82)
CMYK cmyk(0%, 7%, 60%, 20%)
HSV hsv(53, 60%, 80%)
HWB hwb(53 32% 20%) color: hwb(53 32% 20%)
OKLCH oklch(0.7893 0.1285 101.9) color: oklch(0.7893 0.1285 101.9)
Lab lab(75.89 -8.25 54.59) color: lab(75.89 -8.25 54.59)
LCH lch(75.89 55.21 98.59) color: lch(75.89 55.21 98.59)

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.92:1
vs Black 10.94: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)

#C5C56C — rgb(197, 197, 108)

Deuteranopia (Green-blind)

#C6C772 — rgb(198, 199, 114)

Tritanopia (Blue-blind)

#CA8085 — rgb(202, 128, 133)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 54%, 56%);

text

color: hsl(53, 54%, 56%);

border

border: 2px solid hsl(53, 54%, 56%);

gradient light

background: linear-gradient(to right, hsl(53, 54%, 76%), hsl(53, 54%, 56%));

gradient dark

background: linear-gradient(to right, hsl(53, 54%, 56%), hsl(53, 54%, 36%))

hex

background-color: #CBBD52;

tailwind

bg-[hsl(53,54%,56%)]

box shadow

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

css variable

--color-primary: hsl(53, 54%, 56%);

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(53, 54%, 56%)?

HEX: #CBBD52 | RGB: rgb(203, 189, 82) | CMYK: 0%, 7%, 60%, 20% | HSV: 53°, 60%, 80%. Copy any format from the conversion table above.

What colors go well with #CBBD52?

The complementary color is HSL(233, 54%, 56%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(53, 54%, 56%) in CSS?

As HSL: color: hsl(53, 54%, 56%); — As HEX: color: #CBBD52; — As RGB: color: rgb(203, 189, 82); — Tailwind CSS: bg-[hsl(53,54%,56%)] — CSS variable: --color-primary: hsl(53, 54%, 56%);