HSL(47, 100%, 23%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(47,100%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(47, 100%, 23%) color: hsl(47, 100%, 23%)
HEX #755C00 color: #755C00
RGB rgb(117, 92, 0) color: rgb(117, 92, 0)
CMYK cmyk(0%, 21%, 100%, 54%)
HSV hsv(47, 100%, 46%)
HWB hwb(47 0% 54%) color: hwb(47 0% 54%)
OKLCH oklch(0.4862 0.0994 90.23) color: oklch(0.4862 0.0994 90.23)
Lab lab(40.31 2.16 47.89) color: lab(40.31 2.16 47.89)
LCH lch(40.31 47.94 87.42) color: lch(40.31 47.94 87.42)

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 6.39:1
vs Black 3.29: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)

#6A6A16 — rgb(106, 106, 22)

Deuteranopia (Green-blind)

#6C6E1C — rgb(108, 110, 28)

Tritanopia (Blue-blind)

#74282C — rgb(116, 40, 44)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(47, 100%, 23%);

text

color: hsl(47, 100%, 23%);

border

border: 2px solid hsl(47, 100%, 23%);

gradient light

background: linear-gradient(to right, hsl(47, 100%, 43%), hsl(47, 100%, 23%));

gradient dark

background: linear-gradient(to right, hsl(47, 100%, 23%), hsl(47, 100%, 3%))

hex

background-color: #755C00;

tailwind

bg-[hsl(47,100%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(47, 100%, 23%, 0.4);

css variable

--color-primary: hsl(47, 100%, 23%);

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(47, 100%, 23%)?

HEX: #755C00 | RGB: rgb(117, 92, 0) | CMYK: 0%, 21%, 100%, 54% | HSV: 47°, 100%, 46%. Copy any format from the conversion table above.

What colors go well with #755C00?

The complementary color is HSL(227, 100%, 23%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(47, 100%, 23%) in CSS?

As HSL: color: hsl(47, 100%, 23%); — As HEX: color: #755C00; — As RGB: color: rgb(117, 92, 0); — Tailwind CSS: bg-[hsl(47,100%,23%)] — CSS variable: --color-primary: hsl(47, 100%, 23%);