HSL(53, 26%, 71%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(53,26%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 26%, 71%) color: hsl(53, 26%, 71%)
HEX #C8C4A2 color: #C8C4A2
RGB rgb(200, 196, 162) color: rgb(200, 196, 162)
CMYK cmyk(0%, 2%, 19%, 22%)
HSV hsv(54, 19%, 78%)
HWB hwb(54 63% 22%) color: hwb(54 63% 22%)
OKLCH oklch(0.8147 0.0461 101.81) color: oklch(0.8147 0.0461 101.81)
Lab lab(78.68 -4.24 17.61) color: lab(78.68 -4.24 17.61)
LCH lch(78.68 18.11 103.54) color: lch(78.68 18.11 103.54)

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.77:1
vs Black 11.87: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)

#C6C6AA — rgb(198, 198, 170)

Deuteranopia (Green-blind)

#C7C7AC — rgb(199, 199, 172)

Tritanopia (Blue-blind)

#C8B1B2 — rgb(200, 177, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 26%, 71%);

text

color: hsl(53, 26%, 71%);

border

border: 2px solid hsl(53, 26%, 71%);

gradient light

background: linear-gradient(to right, hsl(53, 26%, 91%), hsl(53, 26%, 71%));

gradient dark

background: linear-gradient(to right, hsl(53, 26%, 71%), hsl(53, 26%, 51%))

hex

background-color: #C8C4A2;

tailwind

bg-[hsl(53,26%,71%)]

box shadow

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

css variable

--color-primary: hsl(53, 26%, 71%);

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, 26%, 71%)?

HEX: #C8C4A2 | RGB: rgb(200, 196, 162) | CMYK: 0%, 2%, 19%, 22% | HSV: 54°, 19%, 78%. Copy any format from the conversion table above.

What colors go well with #C8C4A2?

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

As HSL: color: hsl(53, 26%, 71%); — As HEX: color: #C8C4A2; — As RGB: color: rgb(200, 196, 162); — Tailwind CSS: bg-[hsl(53,26%,71%)] — CSS variable: --color-primary: hsl(53, 26%, 71%);