HSL(52, 62%, 57%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(52,62%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(52, 62%, 57%) color: hsl(52, 62%, 57%)
HEX #D5C34D color: #D5C34D
RGB rgb(213, 195, 77) color: rgb(213, 195, 77)
CMYK cmyk(0%, 8%, 64%, 16%)
HSV hsv(52, 64%, 84%)
HWB hwb(52 30% 16%) color: hwb(52 30% 16%)
OKLCH oklch(0.8103 0.1378 100.61) color: oklch(0.8103 0.1378 100.61)
Lab lab(78.29 -7.45 59.64) color: lab(78.29 -7.45 59.64)
LCH lch(78.29 60.1 97.12) color: lch(78.29 60.1 97.12)

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.79:1
vs Black 11.74: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)

#CDCD6A — rgb(205, 205, 106)

Deuteranopia (Green-blind)

#CED070 — rgb(206, 208, 112)

Tritanopia (Blue-blind)

#D48085 — rgb(212, 128, 133)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(52, 62%, 57%);

text

color: hsl(52, 62%, 57%);

border

border: 2px solid hsl(52, 62%, 57%);

gradient light

background: linear-gradient(to right, hsl(52, 62%, 77%), hsl(52, 62%, 57%));

gradient dark

background: linear-gradient(to right, hsl(52, 62%, 57%), hsl(52, 62%, 37%))

hex

background-color: #D5C34D;

tailwind

bg-[hsl(52,62%,57%)]

box shadow

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

css variable

--color-primary: hsl(52, 62%, 57%);

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(52, 62%, 57%)?

HEX: #D5C34D | RGB: rgb(213, 195, 77) | CMYK: 0%, 8%, 64%, 16% | HSV: 52°, 64%, 84%. Copy any format from the conversion table above.

What colors go well with #D5C34D?

The complementary color is HSL(232, 62%, 57%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(52, 62%, 57%) in CSS?

As HSL: color: hsl(52, 62%, 57%); — As HEX: color: #D5C34D; — As RGB: color: rgb(213, 195, 77); — Tailwind CSS: bg-[hsl(52,62%,57%)] — CSS variable: --color-primary: hsl(52, 62%, 57%);