HSL(57, 90%, 2%)

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,90%,2%)]

Color Conversions

Format Value CSS Usage
HSL hsl(57, 90%, 2%) color: hsl(57, 90%, 2%)
HEX #0A0901 color: #0A0901
RGB rgb(10, 9, 1) color: rgb(10, 9, 1)
CMYK cmyk(0%, 10%, 90%, 96%)
HSV hsv(53, 90%, 4%)
HWB hwb(53 0% 96%) color: hwb(53 0% 96%)
OKLCH oklch(0.1372 0.0246 105.04) color: oklch(0.1372 0.0246 105.04)
Lab lab(2.37 -0.85 3.12) color: lab(2.37 -0.85 3.12)
LCH lch(2.37 3.23 105.24) color: lch(2.37 3.23 105.24)

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 19.95:1
vs Black 1.05: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)

#0A0A03 — rgb(10, 10, 3)

Deuteranopia (Green-blind)

#0A0A03 — rgb(10, 10, 3)

Tritanopia (Blue-blind)

#0A0405 — rgb(10, 4, 5)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(57, 90%, 2%);

text

color: hsl(57, 90%, 2%);

border

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

gradient light

background: linear-gradient(to right, hsl(57, 90%, 22%), hsl(57, 90%, 2%));

gradient dark

background: linear-gradient(to right, hsl(57, 90%, 2%), hsl(57, 90%, 0%))

hex

background-color: #0A0901;

tailwind

bg-[hsl(57,90%,2%)]

box shadow

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

css variable

--color-primary: hsl(57, 90%, 2%);

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, 90%, 2%)?

HEX: #0A0901 | RGB: rgb(10, 9, 1) | CMYK: 0%, 10%, 90%, 96% | HSV: 53°, 90%, 4%. Copy any format from the conversion table above.

What colors go well with #0A0901?

The complementary color is HSL(237, 90%, 2%). 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, 90%, 2%) in CSS?

As HSL: color: hsl(57, 90%, 2%); — As HEX: color: #0A0901; — As RGB: color: rgb(10, 9, 1); — Tailwind CSS: bg-[hsl(57,90%,2%)] — CSS variable: --color-primary: hsl(57, 90%, 2%);