HSL(63, 30%, 31%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(63,30%,31%)]

Color Conversions

Format Value CSS Usage
HSL hsl(63, 30%, 31%) color: hsl(63, 30%, 31%)
HEX #646737 color: #646737
RGB rgb(100, 103, 55) color: rgb(100, 103, 55)
CMYK cmyk(3%, 0%, 47%, 60%)
HSV hsv(64, 47%, 40%)
HWB hwb(64 21% 60%) color: hwb(64 21% 60%)
OKLCH oklch(0.4993 0.0689 111.77) color: oklch(0.4993 0.0689 111.77)
Lab lab(42.29 -9.09 26.59) color: lab(42.29 -9.09 26.59)
LCH lch(42.29 28.1 108.87) color: lch(42.29 28.1 108.87)

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 5.94:1
vs Black 3.54:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#656543 — rgb(101, 101, 67)

Deuteranopia (Green-blind)

#656545 — rgb(101, 101, 69)

Tritanopia (Blue-blind)

#644C4E — rgb(100, 76, 78)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(63, 30%, 31%);

text

color: hsl(63, 30%, 31%);

border

border: 2px solid hsl(63, 30%, 31%);

gradient light

background: linear-gradient(to right, hsl(63, 30%, 51%), hsl(63, 30%, 31%));

gradient dark

background: linear-gradient(to right, hsl(63, 30%, 31%), hsl(63, 30%, 11%))

hex

background-color: #646737;

tailwind

bg-[hsl(63,30%,31%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(63, 30%, 31%, 0.4);

css variable

--color-primary: hsl(63, 30%, 31%);

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(63, 30%, 31%)?

HEX: #646737 | RGB: rgb(100, 103, 55) | CMYK: 3%, 0%, 47%, 60% | HSV: 64°, 47%, 40%. Copy any format from the conversion table above.

What colors go well with #646737?

The complementary color is HSL(243, 30%, 31%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(63, 30%, 31%) in CSS?

As HSL: color: hsl(63, 30%, 31%); — As HEX: color: #646737; — As RGB: color: rgb(100, 103, 55); — Tailwind CSS: bg-[hsl(63,30%,31%)] — CSS variable: --color-primary: hsl(63, 30%, 31%);