HSL(52, 22%, 72%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(52,22%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(52, 22%, 72%) color: hsl(52, 22%, 72%)
HEX #C7C3A8 color: #C7C3A8
RGB rgb(199, 195, 168) color: rgb(199, 195, 168)
CMYK cmyk(0%, 2%, 16%, 22%)
HSV hsv(52, 16%, 78%)
HWB hwb(52 66% 22%) color: hwb(52 66% 22%)
OKLCH oklch(0.8132 0.037 100.23) color: oklch(0.8132 0.037 100.23)
Lab lab(78.46 -3.17 14.09) color: lab(78.46 -3.17 14.09)
LCH lch(78.46 14.44 102.68) color: lch(78.46 14.44 102.68)

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.78:1
vs Black 11.8: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)

#C5C5AF — rgb(197, 197, 175)

Deuteranopia (Green-blind)

#C6C6B0 — rgb(198, 198, 176)

Tritanopia (Blue-blind)

#C7B4B5 — rgb(199, 180, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(52, 22%, 72%);

text

color: hsl(52, 22%, 72%);

border

border: 2px solid hsl(52, 22%, 72%);

gradient light

background: linear-gradient(to right, hsl(52, 22%, 92%), hsl(52, 22%, 72%));

gradient dark

background: linear-gradient(to right, hsl(52, 22%, 72%), hsl(52, 22%, 52%))

hex

background-color: #C7C3A8;

tailwind

bg-[hsl(52,22%,72%)]

box shadow

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

css variable

--color-primary: hsl(52, 22%, 72%);

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(52, 22%, 72%)?

HEX: #C7C3A8 | RGB: rgb(199, 195, 168) | CMYK: 0%, 2%, 16%, 22% | HSV: 52°, 16%, 78%. Copy any format from the conversion table above.

What colors go well with #C7C3A8?

The complementary color is HSL(232, 22%, 72%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(52, 22%, 72%) in CSS?

As HSL: color: hsl(52, 22%, 72%); — As HEX: color: #C7C3A8; — As RGB: color: rgb(199, 195, 168); — Tailwind CSS: bg-[hsl(52,22%,72%)] — CSS variable: --color-primary: hsl(52, 22%, 72%);