HSL(62, 83%, 36%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(62,83%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(62, 83%, 36%) color: hsl(62, 83%, 36%)
HEX #A3A810 color: #A3A810
RGB rgb(163, 168, 16) color: rgb(163, 168, 16)
CMYK cmyk(3%, 0%, 90%, 34%)
HSV hsv(62, 90%, 66%)
HWB hwb(62 7% 34%) color: hwb(62 7% 34%)
OKLCH oklch(0.7042 0.1526 111.89) color: oklch(0.7042 0.1526 111.89)
Lab lab(66.39 -17.74 66.51) color: lab(66.39 -17.74 66.51)
LCH lch(66.39 68.84 104.93) color: lch(66.39 68.84 104.93)

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 2.57:1
vs Black 8.17: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)

#A5A535 — rgb(165, 165, 53)

Deuteranopia (Green-blind)

#A5A53E — rgb(165, 165, 62)

Tritanopia (Blue-blind)

#A35258 — rgb(163, 82, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(62, 83%, 36%);

text

color: hsl(62, 83%, 36%);

border

border: 2px solid hsl(62, 83%, 36%);

gradient light

background: linear-gradient(to right, hsl(62, 83%, 56%), hsl(62, 83%, 36%));

gradient dark

background: linear-gradient(to right, hsl(62, 83%, 36%), hsl(62, 83%, 16%))

hex

background-color: #A3A810;

tailwind

bg-[hsl(62,83%,36%)]

box shadow

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

css variable

--color-primary: hsl(62, 83%, 36%);

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, 83%, 36%)?

HEX: #A3A810 | RGB: rgb(163, 168, 16) | CMYK: 3%, 0%, 90%, 34% | HSV: 62°, 90%, 66%. Copy any format from the conversion table above.

What colors go well with #A3A810?

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

As HSL: color: hsl(62, 83%, 36%); — As HEX: color: #A3A810; — As RGB: color: rgb(163, 168, 16); — Tailwind CSS: bg-[hsl(62,83%,36%)] — CSS variable: --color-primary: hsl(62, 83%, 36%);