HSL(57, 14%, 84%)

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(57,14%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(57, 14%, 84%) color: hsl(57, 14%, 84%)
HEX #DCDBD0 color: #DCDBD0
RGB rgb(220, 219, 208) color: rgb(220, 219, 208)
CMYK cmyk(0%, 0%, 5%, 14%)
HSV hsv(55, 5%, 86%)
HWB hwb(55 82% 14%) color: hwb(55 82% 14%)
OKLCH oklch(0.8892 0.0149 102.48) color: oklch(0.8892 0.0149 102.48)
Lab lab(87.21 -1.59 5.52) color: lab(87.21 -1.59 5.52)
LCH lch(87.21 5.74 106.07) color: lch(87.21 5.74 106.07)

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.39:1
vs Black 15.09: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)

#DCDCD3 — rgb(220, 220, 211)

Deuteranopia (Green-blind)

#DCDCD3 — rgb(220, 220, 211)

Tritanopia (Blue-blind)

#DCD5D5 — rgb(220, 213, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(57, 14%, 84%);

text

color: hsl(57, 14%, 84%);

border

border: 2px solid hsl(57, 14%, 84%);

gradient light

background: linear-gradient(to right, hsl(57, 14%, 100%), hsl(57, 14%, 84%));

gradient dark

background: linear-gradient(to right, hsl(57, 14%, 84%), hsl(57, 14%, 64%))

hex

background-color: #DCDBD0;

tailwind

bg-[hsl(57,14%,84%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(57, 14%, 84%, 0.4);

css variable

--color-primary: hsl(57, 14%, 84%);

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(57, 14%, 84%)?

HEX: #DCDBD0 | RGB: rgb(220, 219, 208) | CMYK: 0%, 0%, 5%, 14% | HSV: 55°, 5%, 86%. Copy any format from the conversion table above.

What colors go well with #DCDBD0?

The complementary color is HSL(237, 14%, 84%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(57, 14%, 84%) in CSS?

As HSL: color: hsl(57, 14%, 84%); — As HEX: color: #DCDBD0; — As RGB: color: rgb(220, 219, 208); — Tailwind CSS: bg-[hsl(57,14%,84%)] — CSS variable: --color-primary: hsl(57, 14%, 84%);