HSL(47, 10%, 78%)

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(47,10%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(47, 10%, 78%) color: hsl(47, 10%, 78%)
HEX #CDCAC1 color: #CDCAC1
RGB rgb(205, 202, 193) color: rgb(205, 202, 193)
CMYK cmyk(0%, 1%, 6%, 20%)
HSV hsv(45, 6%, 80%)
HWB hwb(45 75% 20%) color: hwb(45 75% 20%)
OKLCH oklch(0.8389 0.0128 91.54) color: oklch(0.8389 0.0128 91.54)
Lab lab(81.33 -0.56 4.85) color: lab(81.33 -0.56 4.85)
LCH lch(81.33 4.88 96.59) color: lch(81.33 4.88 96.59)

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.64:1
vs Black 12.81: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)

#CCCCC3 — rgb(204, 204, 195)

Deuteranopia (Green-blind)

#CCCCC4 — rgb(204, 204, 196)

Tritanopia (Blue-blind)

#CDC5C5 — rgb(205, 197, 197)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(47, 10%, 78%);

text

color: hsl(47, 10%, 78%);

border

border: 2px solid hsl(47, 10%, 78%);

gradient light

background: linear-gradient(to right, hsl(47, 10%, 98%), hsl(47, 10%, 78%));

gradient dark

background: linear-gradient(to right, hsl(47, 10%, 78%), hsl(47, 10%, 58%))

hex

background-color: #CDCAC1;

tailwind

bg-[hsl(47,10%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(47, 10%, 78%, 0.4);

css variable

--color-primary: hsl(47, 10%, 78%);

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(47, 10%, 78%)?

HEX: #CDCAC1 | RGB: rgb(205, 202, 193) | CMYK: 0%, 1%, 6%, 20% | HSV: 45°, 6%, 80%. Copy any format from the conversion table above.

What colors go well with #CDCAC1?

The complementary color is HSL(227, 10%, 78%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(47, 10%, 78%) in CSS?

As HSL: color: hsl(47, 10%, 78%); — As HEX: color: #CDCAC1; — As RGB: color: rgb(205, 202, 193); — Tailwind CSS: bg-[hsl(47,10%,78%)] — CSS variable: --color-primary: hsl(47, 10%, 78%);