HSL(54, 12%, 65%)

Grayish Yellow — Yellow color

Adjust Color

Color Information

Color Name

Grayish Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(54,12%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(54, 12%, 65%) color: hsl(54, 12%, 65%)
HEX #B0AE9B color: #B0AE9B
RGB rgb(176, 174, 155) color: rgb(176, 174, 155)
CMYK cmyk(0%, 1%, 12%, 31%)
HSV hsv(54, 12%, 69%)
HWB hwb(54 61% 31%) color: hwb(54 61% 31%)
OKLCH oklch(0.7472 0.0266 102.1) color: oklch(0.7472 0.0266 102.1)
Lab lab(70.78 -2.65 10.01) color: lab(70.78 -2.65 10.01)
LCH lch(70.78 10.35 104.83) color: lch(70.78 10.35 104.83)

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)

#AFAFA0 — rgb(175, 175, 160)

Deuteranopia (Green-blind)

#AFAFA1 — rgb(175, 175, 161)

Tritanopia (Blue-blind)

#B0A3A4 — rgb(176, 163, 164)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(54, 12%, 65%);

text

color: hsl(54, 12%, 65%);

border

border: 2px solid hsl(54, 12%, 65%);

gradient light

background: linear-gradient(to right, hsl(54, 12%, 85%), hsl(54, 12%, 65%));

gradient dark

background: linear-gradient(to right, hsl(54, 12%, 65%), hsl(54, 12%, 45%))

hex

background-color: #B0AE9B;

tailwind

bg-[hsl(54,12%,65%)]

box shadow

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

css variable

--color-primary: hsl(54, 12%, 65%);

Related Colors

Use Cases for Grayish Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(54, 12%, 65%)?

HEX: #B0AE9B | RGB: rgb(176, 174, 155) | CMYK: 0%, 1%, 12%, 31% | HSV: 54°, 12%, 69%. Copy any format from the conversion table above.

What colors go well with #B0AE9B?

The complementary color is HSL(234, 12%, 65%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(54, 12%, 65%) in CSS?

As HSL: color: hsl(54, 12%, 65%); — As HEX: color: #B0AE9B; — As RGB: color: rgb(176, 174, 155); — Tailwind CSS: bg-[hsl(54,12%,65%)] — CSS variable: --color-primary: hsl(54, 12%, 65%);