HSL(62, 51%, 54%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(62,51%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(62, 51%, 54%) color: hsl(62, 51%, 54%)
HEX #C2C64E color: #C2C64E
RGB rgb(194, 198, 78) color: rgb(194, 198, 78)
CMYK cmyk(2%, 0%, 61%, 22%)
HSV hsv(62, 61%, 78%)
HWB hwb(62 30% 22%) color: hwb(62 30% 22%)
OKLCH oklch(0.8004 0.1419 111.01) color: oklch(0.8004 0.1419 111.01)
Lab lab(77.52 -16.87 57.92) color: lab(77.52 -16.87 57.92)
LCH lch(77.52 60.33 106.24) color: lch(77.52 60.33 106.24)

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.83:1
vs Black 11.48: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)

#C4C46B — rgb(196, 196, 107)

Deuteranopia (Green-blind)

#C4C372 — rgb(196, 195, 114)

Tritanopia (Blue-blind)

#C28287 — rgb(194, 130, 135)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(62, 51%, 54%);

text

color: hsl(62, 51%, 54%);

border

border: 2px solid hsl(62, 51%, 54%);

gradient light

background: linear-gradient(to right, hsl(62, 51%, 74%), hsl(62, 51%, 54%));

gradient dark

background: linear-gradient(to right, hsl(62, 51%, 54%), hsl(62, 51%, 34%))

hex

background-color: #C2C64E;

tailwind

bg-[hsl(62,51%,54%)]

box shadow

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

css variable

--color-primary: hsl(62, 51%, 54%);

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, 51%, 54%)?

HEX: #C2C64E | RGB: rgb(194, 198, 78) | CMYK: 2%, 0%, 61%, 22% | HSV: 62°, 61%, 78%. Copy any format from the conversion table above.

What colors go well with #C2C64E?

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

As HSL: color: hsl(62, 51%, 54%); — As HEX: color: #C2C64E; — As RGB: color: rgb(194, 198, 78); — Tailwind CSS: bg-[hsl(62,51%,54%)] — CSS variable: --color-primary: hsl(62, 51%, 54%);