HSL(52, 100%, 5%)

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(52,100%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(52, 100%, 5%) color: hsl(52, 100%, 5%)
HEX #1A1600 color: #1A1600
RGB rgb(26, 22, 0) color: rgb(26, 22, 0)
CMYK cmyk(0%, 15%, 100%, 90%)
HSV hsv(51, 100%, 10%)
HWB hwb(51 0% 90%) color: hwb(51 0% 90%)
OKLCH oklch(0.1988 0.0414 100.69) color: oklch(0.1988 0.0414 100.69)
Lab lab(7.17 -1.69 10.7) color: lab(7.17 -1.69 10.7)
LCH lch(7.17 10.83 98.98) color: lch(7.17 10.83 98.98)

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 18.12:1
vs Black 1.16: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)

#181805 — rgb(24, 24, 5)

Deuteranopia (Green-blind)

#191907 — rgb(25, 25, 7)

Tritanopia (Blue-blind)

#1A0A0A — rgb(26, 10, 10)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(52, 100%, 5%);

text

color: hsl(52, 100%, 5%);

border

border: 2px solid hsl(52, 100%, 5%);

gradient light

background: linear-gradient(to right, hsl(52, 100%, 25%), hsl(52, 100%, 5%));

gradient dark

background: linear-gradient(to right, hsl(52, 100%, 5%), hsl(52, 100%, 0%))

hex

background-color: #1A1600;

tailwind

bg-[hsl(52,100%,5%)]

box shadow

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

css variable

--color-primary: hsl(52, 100%, 5%);

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(52, 100%, 5%)?

HEX: #1A1600 | RGB: rgb(26, 22, 0) | CMYK: 0%, 15%, 100%, 90% | HSV: 51°, 100%, 10%. Copy any format from the conversion table above.

What colors go well with #1A1600?

The complementary color is HSL(232, 100%, 5%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(52, 100%, 5%) in CSS?

As HSL: color: hsl(52, 100%, 5%); — As HEX: color: #1A1600; — As RGB: color: rgb(26, 22, 0); — Tailwind CSS: bg-[hsl(52,100%,5%)] — CSS variable: --color-primary: hsl(52, 100%, 5%);