HSL(53, 36%, 65%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(53,36%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 36%, 65%) color: hsl(53, 36%, 65%)
HEX #C6BE86 color: #C6BE86
RGB rgb(198, 190, 134) color: rgb(198, 190, 134)
CMYK cmyk(0%, 4%, 32%, 22%)
HSV hsv(53, 32%, 78%)
HWB hwb(53 53% 22%) color: hwb(53 53% 22%)
OKLCH oklch(0.7946 0.0745 101.01) color: oklch(0.7946 0.0745 101.01)
Lab lab(76.41 -5.73 29.35) color: lab(76.41 -5.73 29.35)
LCH lch(76.41 29.9 101.05) color: lch(76.41 29.9 101.05)

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.89:1
vs Black 11.11: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)

#C3C294 — rgb(195, 194, 148)

Deuteranopia (Green-blind)

#C3C497 — rgb(195, 196, 151)

Tritanopia (Blue-blind)

#C69EA1 — rgb(198, 158, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 36%, 65%);

text

color: hsl(53, 36%, 65%);

border

border: 2px solid hsl(53, 36%, 65%);

gradient light

background: linear-gradient(to right, hsl(53, 36%, 85%), hsl(53, 36%, 65%));

gradient dark

background: linear-gradient(to right, hsl(53, 36%, 65%), hsl(53, 36%, 45%))

hex

background-color: #C6BE86;

tailwind

bg-[hsl(53,36%,65%)]

box shadow

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

css variable

--color-primary: hsl(53, 36%, 65%);

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, 36%, 65%)?

HEX: #C6BE86 | RGB: rgb(198, 190, 134) | CMYK: 0%, 4%, 32%, 22% | HSV: 53°, 32%, 78%. Copy any format from the conversion table above.

What colors go well with #C6BE86?

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

As HSL: color: hsl(53, 36%, 65%); — As HEX: color: #C6BE86; — As RGB: color: rgb(198, 190, 134); — Tailwind CSS: bg-[hsl(53,36%,65%)] — CSS variable: --color-primary: hsl(53, 36%, 65%);