HSL(53, 60%, 52%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(53,60%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 60%, 52%) color: hsl(53, 60%, 52%)
HEX #CEBD3B color: #CEBD3B
RGB rgb(206, 189, 59) color: rgb(206, 189, 59)
CMYK cmyk(0%, 8%, 71%, 19%)
HSV hsv(53, 71%, 81%)
HWB hwb(53 23% 19%) color: hwb(53 23% 19%)
OKLCH oklch(0.79 0.1455 101.67) color: oklch(0.79 0.1455 101.67)
Lab lab(75.97 -8.33 64.26) color: lab(75.97 -8.33 64.26)
LCH lch(75.97 64.8 97.39) color: lch(75.97 64.8 97.39)

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.91:1
vs Black 10.97: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)

#C7C65A — rgb(199, 198, 90)

Deuteranopia (Green-blind)

#C8C962 — rgb(200, 201, 98)

Tritanopia (Blue-blind)

#CD7379 — rgb(205, 115, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 60%, 52%);

text

color: hsl(53, 60%, 52%);

border

border: 2px solid hsl(53, 60%, 52%);

gradient light

background: linear-gradient(to right, hsl(53, 60%, 72%), hsl(53, 60%, 52%));

gradient dark

background: linear-gradient(to right, hsl(53, 60%, 52%), hsl(53, 60%, 32%))

hex

background-color: #CEBD3B;

tailwind

bg-[hsl(53,60%,52%)]

box shadow

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

css variable

--color-primary: hsl(53, 60%, 52%);

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, 60%, 52%)?

HEX: #CEBD3B | RGB: rgb(206, 189, 59) | CMYK: 0%, 8%, 71%, 19% | HSV: 53°, 71%, 81%. Copy any format from the conversion table above.

What colors go well with #CEBD3B?

The complementary color is HSL(233, 60%, 52%). 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, 60%, 52%) in CSS?

As HSL: color: hsl(53, 60%, 52%); — As HEX: color: #CEBD3B; — As RGB: color: rgb(206, 189, 59); — Tailwind CSS: bg-[hsl(53,60%,52%)] — CSS variable: --color-primary: hsl(53, 60%, 52%);