HSL(64, 20%, 35%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(64,20%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(64, 20%, 35%) color: hsl(64, 20%, 35%)
HEX #696B47 color: #696B47
RGB rgb(105, 107, 71) color: rgb(105, 107, 71)
CMYK cmyk(2%, 0%, 34%, 58%)
HSV hsv(63, 34%, 42%)
HWB hwb(63 28% 58%) color: hwb(63 28% 58%)
OKLCH oklch(0.5164 0.0531 110.8) color: oklch(0.5164 0.0531 110.8)
Lab lab(44.2 -7.1 19.97) color: lab(44.2 -7.1 19.97)
LCH lch(44.2 21.19 109.57) color: lch(44.2 21.19 109.57)

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.53:1
vs Black 3.79: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)

#6A6A50 — rgb(106, 106, 80)

Deuteranopia (Green-blind)

#6A6A52 — rgb(106, 106, 82)

Tritanopia (Blue-blind)

#695758 — rgb(105, 87, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(64, 20%, 35%);

text

color: hsl(64, 20%, 35%);

border

border: 2px solid hsl(64, 20%, 35%);

gradient light

background: linear-gradient(to right, hsl(64, 20%, 55%), hsl(64, 20%, 35%));

gradient dark

background: linear-gradient(to right, hsl(64, 20%, 35%), hsl(64, 20%, 15%))

hex

background-color: #696B47;

tailwind

bg-[hsl(64,20%,35%)]

box shadow

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

css variable

--color-primary: hsl(64, 20%, 35%);

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(64, 20%, 35%)?

HEX: #696B47 | RGB: rgb(105, 107, 71) | CMYK: 2%, 0%, 34%, 58% | HSV: 63°, 34%, 42%. Copy any format from the conversion table above.

What colors go well with #696B47?

The complementary color is HSL(244, 20%, 35%). For a triadic harmony, use hues 64°, 184°, and 304°. For analogous combinations, try hues 34° and 94°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(64, 20%, 35%) in CSS?

As HSL: color: hsl(64, 20%, 35%); — As HEX: color: #696B47; — As RGB: color: rgb(105, 107, 71); — Tailwind CSS: bg-[hsl(64,20%,35%)] — CSS variable: --color-primary: hsl(64, 20%, 35%);