HSL(62, 55%, 72%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(62,55%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(62, 55%, 72%) color: hsl(62, 55%, 72%)
HEX #DCDF90 color: #DCDF90
RGB rgb(220, 223, 144) color: rgb(220, 223, 144)
CMYK cmyk(1%, 0%, 35%, 13%)
HSV hsv(62, 35%, 87%)
HWB hwb(62 57% 13%) color: hwb(62 57% 13%)
OKLCH oklch(0.8834 0.1007 110.15) color: oklch(0.8834 0.1007 110.15)
Lab lab(87 -12.82 38.42) color: lab(87 -12.82 38.42)
LCH lch(87 40.5 108.45) color: lch(87 40.5 108.45)

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.4:1
vs Black 15: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)

#DDDDA3 — rgb(221, 221, 163)

Deuteranopia (Green-blind)

#DDDDA8 — rgb(221, 221, 168)

Tritanopia (Blue-blind)

#DCB2B6 — rgb(220, 178, 182)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(62, 55%, 72%);

text

color: hsl(62, 55%, 72%);

border

border: 2px solid hsl(62, 55%, 72%);

gradient light

background: linear-gradient(to right, hsl(62, 55%, 92%), hsl(62, 55%, 72%));

gradient dark

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

hex

background-color: #DCDF90;

tailwind

bg-[hsl(62,55%,72%)]

box shadow

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

css variable

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

HEX: #DCDF90 | RGB: rgb(220, 223, 144) | CMYK: 1%, 0%, 35%, 13% | HSV: 62°, 35%, 87%. Copy any format from the conversion table above.

What colors go well with #DCDF90?

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

As HSL: color: hsl(62, 55%, 72%); — As HEX: color: #DCDF90; — As RGB: color: rgb(220, 223, 144); — Tailwind CSS: bg-[hsl(62,55%,72%)] — CSS variable: --color-primary: hsl(62, 55%, 72%);