HSL(62, 30%, 5%)

Very Dark Yellow — Yellow color

Adjust Color

Color Information

Color Name

Very Dark Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(62,30%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(62, 30%, 5%) color: hsl(62, 30%, 5%)
HEX #101109 color: #101109
RGB rgb(16, 17, 9) color: rgb(16, 17, 9)
CMYK cmyk(6%, 0%, 47%, 93%)
HSV hsv(68, 47%, 7%)
HWB hwb(68 4% 93%) color: hwb(68 4% 93%)
OKLCH oklch(0.1736 0.0158 113.83) color: oklch(0.1736 0.0158 113.83)
Lab lab(4.79 -1.68 3.45) color: lab(4.79 -1.68 3.45)
LCH lch(4.79 3.84 115.96) color: lch(4.79 3.84 115.96)

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.98:1
vs Black 1.11: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)

#10100B — rgb(16, 16, 11)

Deuteranopia (Green-blind)

#10100B — rgb(16, 16, 11)

Tritanopia (Blue-blind)

#100C0D — rgb(16, 12, 13)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(62, 30%, 5%);

text

color: hsl(62, 30%, 5%);

border

border: 2px solid hsl(62, 30%, 5%);

gradient light

background: linear-gradient(to right, hsl(62, 30%, 25%), hsl(62, 30%, 5%));

gradient dark

background: linear-gradient(to right, hsl(62, 30%, 5%), hsl(62, 30%, 0%))

hex

background-color: #101109;

tailwind

bg-[hsl(62,30%,5%)]

box shadow

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

css variable

--color-primary: hsl(62, 30%, 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(62, 30%, 5%)?

HEX: #101109 | RGB: rgb(16, 17, 9) | CMYK: 6%, 0%, 47%, 93% | HSV: 68°, 47%, 7%. Copy any format from the conversion table above.

What colors go well with #101109?

The complementary color is HSL(242, 30%, 5%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(62, 30%, 5%) in CSS?

As HSL: color: hsl(62, 30%, 5%); — As HEX: color: #101109; — As RGB: color: rgb(16, 17, 9); — Tailwind CSS: bg-[hsl(62,30%,5%)] — CSS variable: --color-primary: hsl(62, 30%, 5%);