HSL(63, 25%, 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(63,25%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(63, 25%, 5%) color: hsl(63, 25%, 5%)
HEX #10100A color: #10100A
RGB rgb(16, 16, 10) color: rgb(16, 16, 10)
CMYK cmyk(0%, 0%, 38%, 94%)
HSV hsv(60, 38%, 6%)
HWB hwb(60 4% 94%) color: hwb(60 4% 94%)
OKLCH oklch(0.1708 0.0119 107.6) color: oklch(0.1708 0.0119 107.6)
Lab lab(4.54 -0.98 2.68) color: lab(4.54 -0.98 2.68)
LCH lch(4.54 2.85 110.09) color: lch(4.54 2.85 110.09)

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.08:1
vs Black 1.1: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)

#10100C — rgb(16, 16, 12)

Tritanopia (Blue-blind)

#100D0D — rgb(16, 13, 13)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(63, 25%, 5%);

text

color: hsl(63, 25%, 5%);

border

border: 2px solid hsl(63, 25%, 5%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(63, 25%, 5%), hsl(63, 25%, 0%))

hex

background-color: #10100A;

tailwind

bg-[hsl(63,25%,5%)]

box shadow

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

css variable

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

HEX: #10100A | RGB: rgb(16, 16, 10) | CMYK: 0%, 0%, 38%, 94% | HSV: 60°, 38%, 6%. Copy any format from the conversion table above.

What colors go well with #10100A?

The complementary color is HSL(243, 25%, 5%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(63, 25%, 5%) in CSS?

As HSL: color: hsl(63, 25%, 5%); — As HEX: color: #10100A; — As RGB: color: rgb(16, 16, 10); — Tailwind CSS: bg-[hsl(63,25%,5%)] — CSS variable: --color-primary: hsl(63, 25%, 5%);