HSL(57, 86%, 14%)

Very Dark Yellow — Yellow color

Adjust Color

Color Information

Color Name

Very Dark Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(57,86%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(57, 86%, 14%) color: hsl(57, 86%, 14%)
HEX #423F05 color: #423F05
RGB rgb(66, 63, 5) color: rgb(66, 63, 5)
CMYK cmyk(0%, 5%, 92%, 74%)
HSV hsv(57, 92%, 26%)
HWB hwb(57 2% 74%) color: hwb(57 2% 74%)
OKLCH oklch(0.3594 0.0733 106.37) color: oklch(0.3594 0.0733 106.37)
Lab lab(25.93 -6.09 32.67) color: lab(25.93 -6.09 32.67)
LCH lch(25.93 33.23 100.56) color: lch(25.93 33.23 100.56)

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 10.8:1
vs Black 1.94:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#414113 — rgb(65, 65, 19)

Deuteranopia (Green-blind)

#414116 — rgb(65, 65, 22)

Tritanopia (Blue-blind)

#421E21 — rgb(66, 30, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(57, 86%, 14%);

text

color: hsl(57, 86%, 14%);

border

border: 2px solid hsl(57, 86%, 14%);

gradient light

background: linear-gradient(to right, hsl(57, 86%, 34%), hsl(57, 86%, 14%));

gradient dark

background: linear-gradient(to right, hsl(57, 86%, 14%), hsl(57, 86%, 0%))

hex

background-color: #423F05;

tailwind

bg-[hsl(57,86%,14%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(57, 86%, 14%, 0.4);

css variable

--color-primary: hsl(57, 86%, 14%);

Related Colors

Use Cases for Very Dark Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(57, 86%, 14%)?

HEX: #423F05 | RGB: rgb(66, 63, 5) | CMYK: 0%, 5%, 92%, 74% | HSV: 57°, 92%, 26%. Copy any format from the conversion table above.

What colors go well with #423F05?

The complementary color is HSL(237, 86%, 14%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(57, 86%, 14%) in CSS?

As HSL: color: hsl(57, 86%, 14%); — As HEX: color: #423F05; — As RGB: color: rgb(66, 63, 5); — Tailwind CSS: bg-[hsl(57,86%,14%)] — CSS variable: --color-primary: hsl(57, 86%, 14%);