HSL(63, 52%, 8%)

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,52%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(63, 52%, 8%) color: hsl(63, 52%, 8%)
HEX #1E1F0A color: #1E1F0A
RGB rgb(30, 31, 10) color: rgb(30, 31, 10)
CMYK cmyk(3%, 0%, 68%, 88%)
HSV hsv(63, 68%, 12%)
HWB hwb(63 4% 88%) color: hwb(63 4% 88%)
OKLCH oklch(0.2322 0.0356 111.31) color: oklch(0.2322 0.0356 111.31)
Lab lab(11.12 -4.48 12.35) color: lab(11.12 -4.48 12.35)
LCH lch(11.12 13.14 109.94) color: lch(11.12 13.14 109.94)

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 16.73:1
vs Black 1.26: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)

#1E1E0F — rgb(30, 30, 15)

Deuteranopia (Green-blind)

#1E1E10 — rgb(30, 30, 16)

Tritanopia (Blue-blind)

#1E1314 — rgb(30, 19, 20)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(63, 52%, 8%);

text

color: hsl(63, 52%, 8%);

border

border: 2px solid hsl(63, 52%, 8%);

gradient light

background: linear-gradient(to right, hsl(63, 52%, 28%), hsl(63, 52%, 8%));

gradient dark

background: linear-gradient(to right, hsl(63, 52%, 8%), hsl(63, 52%, 0%))

hex

background-color: #1E1F0A;

tailwind

bg-[hsl(63,52%,8%)]

box shadow

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

css variable

--color-primary: hsl(63, 52%, 8%);

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, 52%, 8%)?

HEX: #1E1F0A | RGB: rgb(30, 31, 10) | CMYK: 3%, 0%, 68%, 88% | HSV: 63°, 68%, 12%. Copy any format from the conversion table above.

What colors go well with #1E1F0A?

The complementary color is HSL(243, 52%, 8%). 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, 52%, 8%) in CSS?

As HSL: color: hsl(63, 52%, 8%); — As HEX: color: #1E1F0A; — As RGB: color: rgb(30, 31, 10); — Tailwind CSS: bg-[hsl(63,52%,8%)] — CSS variable: --color-primary: hsl(63, 52%, 8%);