HSL(52, 29%, 72%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(52, 29%, 72%) color: hsl(52, 29%, 72%)
HEX #CCC7A3 color: #CCC7A3
RGB rgb(204, 199, 163) color: rgb(204, 199, 163)
CMYK cmyk(0%, 2%, 20%, 20%)
HSV hsv(53, 20%, 80%)
HWB hwb(53 64% 20%) color: hwb(53 64% 20%)
OKLCH oklch(0.8244 0.0487 100.83) color: oklch(0.8244 0.0487 100.83)
Lab lab(79.8 -4.16 18.69) color: lab(79.8 -4.16 18.69)
LCH lch(79.8 19.15 102.55) color: lch(79.8 19.15 102.55)

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.71:1
vs Black 12.27: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)

#CACAAC — rgb(202, 202, 172)

Deuteranopia (Green-blind)

#CACBAE — rgb(202, 203, 174)

Tritanopia (Blue-blind)

#CCB3B4 — rgb(204, 179, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #CCC7A3;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(52, 29%, 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, 29%, 72%)?

HEX: #CCC7A3 | RGB: rgb(204, 199, 163) | CMYK: 0%, 2%, 20%, 20% | HSV: 53°, 20%, 80%. Copy any format from the conversion table above.

What colors go well with #CCC7A3?

The complementary color is HSL(232, 29%, 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, 29%, 72%) in CSS?

As HSL: color: hsl(52, 29%, 72%); — As HEX: color: #CCC7A3; — As RGB: color: rgb(204, 199, 163); — Tailwind CSS: bg-[hsl(52,29%,72%)] — CSS variable: --color-primary: hsl(52, 29%, 72%);