HSL(46, 45%, 76%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(46,45%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(46, 45%, 76%) color: hsl(46, 45%, 76%)
HEX #DDD0A6 color: #DDD0A6
RGB rgb(221, 208, 166) color: rgb(221, 208, 166)
CMYK cmyk(0%, 6%, 25%, 13%)
HSV hsv(46, 25%, 87%)
HWB hwb(46 65% 13%) color: hwb(46 65% 13%)
OKLCH oklch(0.8577 0.0574 92.9) color: oklch(0.8577 0.0574 92.9)
Lab lab(83.57 -2.03 22.52) color: lab(83.57 -2.03 22.52)
LCH lch(83.57 22.61 95.15) color: lch(83.57 22.61 95.15)

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.54:1
vs Black 13.65: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)

#D7D7B0 — rgb(215, 215, 176)

Deuteranopia (Green-blind)

#D8D9B3 — rgb(216, 217, 179)

Tritanopia (Blue-blind)

#DCB8BA — rgb(220, 184, 186)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(46, 45%, 76%);

text

color: hsl(46, 45%, 76%);

border

border: 2px solid hsl(46, 45%, 76%);

gradient light

background: linear-gradient(to right, hsl(46, 45%, 96%), hsl(46, 45%, 76%));

gradient dark

background: linear-gradient(to right, hsl(46, 45%, 76%), hsl(46, 45%, 56%))

hex

background-color: #DDD0A6;

tailwind

bg-[hsl(46,45%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(46, 45%, 76%, 0.4);

css variable

--color-primary: hsl(46, 45%, 76%);

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(46, 45%, 76%)?

HEX: #DDD0A6 | RGB: rgb(221, 208, 166) | CMYK: 0%, 6%, 25%, 13% | HSV: 46°, 25%, 87%. Copy any format from the conversion table above.

What colors go well with #DDD0A6?

The complementary color is HSL(226, 45%, 76%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(46, 45%, 76%) in CSS?

As HSL: color: hsl(46, 45%, 76%); — As HEX: color: #DDD0A6; — As RGB: color: rgb(221, 208, 166); — Tailwind CSS: bg-[hsl(46,45%,76%)] — CSS variable: --color-primary: hsl(46, 45%, 76%);