HSL(62, 35%, 75%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(62,35%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(62, 35%, 75%) color: hsl(62, 35%, 75%)
HEX #D4D6A9 color: #D4D6A9
RGB rgb(212, 214, 169) color: rgb(212, 214, 169)
CMYK cmyk(1%, 0%, 21%, 16%)
HSV hsv(63, 21%, 84%)
HWB hwb(63 66% 16%) color: hwb(63 66% 16%)
OKLCH oklch(0.8632 0.0597 109.69) color: oklch(0.8632 0.0597 109.69)
Lab lab(84.46 -8.05 22.07) color: lab(84.46 -8.05 22.07)
LCH lch(84.46 23.49 110.04) color: lch(84.46 23.49 110.04)

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.5:1
vs Black 13.99: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)

#D5D5B4 — rgb(213, 213, 180)

Deuteranopia (Green-blind)

#D5D5B7 — rgb(213, 213, 183)

Tritanopia (Blue-blind)

#D4BCBE — rgb(212, 188, 190)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(62, 35%, 75%);

text

color: hsl(62, 35%, 75%);

border

border: 2px solid hsl(62, 35%, 75%);

gradient light

background: linear-gradient(to right, hsl(62, 35%, 95%), hsl(62, 35%, 75%));

gradient dark

background: linear-gradient(to right, hsl(62, 35%, 75%), hsl(62, 35%, 55%))

hex

background-color: #D4D6A9;

tailwind

bg-[hsl(62,35%,75%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(62, 35%, 75%, 0.4);

css variable

--color-primary: hsl(62, 35%, 75%);

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(62, 35%, 75%)?

HEX: #D4D6A9 | RGB: rgb(212, 214, 169) | CMYK: 1%, 0%, 21%, 16% | HSV: 63°, 21%, 84%. Copy any format from the conversion table above.

What colors go well with #D4D6A9?

The complementary color is HSL(242, 35%, 75%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(62, 35%, 75%) in CSS?

As HSL: color: hsl(62, 35%, 75%); — As HEX: color: #D4D6A9; — As RGB: color: rgb(212, 214, 169); — Tailwind CSS: bg-[hsl(62,35%,75%)] — CSS variable: --color-primary: hsl(62, 35%, 75%);