HSL(51, 30%, 60%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(51,30%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(51, 30%, 60%) color: hsl(51, 30%, 60%)
HEX #B8AE7A color: #B8AE7A
RGB rgb(184, 174, 122) color: rgb(184, 174, 122)
CMYK cmyk(0%, 5%, 34%, 28%)
HSV hsv(50, 34%, 72%)
HWB hwb(50 48% 28%) color: hwb(50 48% 28%)
OKLCH oklch(0.7466 0.0705 98.59) color: oklch(0.7466 0.0705 98.59)
Lab lab(70.78 -4.37 28.03) color: lab(70.78 -4.37 28.03)
LCH lch(70.78 28.37 98.86) color: lch(70.78 28.37 98.86)

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 2.24:1
vs Black 9.37: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)

#B4B487 — rgb(180, 180, 135)

Deuteranopia (Green-blind)

#B4B58A — rgb(180, 181, 138)

Tritanopia (Blue-blind)

#B89193 — rgb(184, 145, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(51, 30%, 60%);

text

color: hsl(51, 30%, 60%);

border

border: 2px solid hsl(51, 30%, 60%);

gradient light

background: linear-gradient(to right, hsl(51, 30%, 80%), hsl(51, 30%, 60%));

gradient dark

background: linear-gradient(to right, hsl(51, 30%, 60%), hsl(51, 30%, 40%))

hex

background-color: #B8AE7A;

tailwind

bg-[hsl(51,30%,60%)]

box shadow

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

css variable

--color-primary: hsl(51, 30%, 60%);

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(51, 30%, 60%)?

HEX: #B8AE7A | RGB: rgb(184, 174, 122) | CMYK: 0%, 5%, 34%, 28% | HSV: 50°, 34%, 72%. Copy any format from the conversion table above.

What colors go well with #B8AE7A?

The complementary color is HSL(231, 30%, 60%). For a triadic harmony, use hues 51°, 171°, and 291°. For analogous combinations, try hues 21° and 81°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(51, 30%, 60%) in CSS?

As HSL: color: hsl(51, 30%, 60%); — As HEX: color: #B8AE7A; — As RGB: color: rgb(184, 174, 122); — Tailwind CSS: bg-[hsl(51,30%,60%)] — CSS variable: --color-primary: hsl(51, 30%, 60%);