HSL(62, 75%, 7%)

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

Color Conversions

Format Value CSS Usage
HSL hsl(62, 75%, 7%) color: hsl(62, 75%, 7%)
HEX #1E1F04 color: #1E1F04
RGB rgb(30, 31, 4) color: rgb(30, 31, 4)
CMYK cmyk(3%, 0%, 87%, 88%)
HSV hsv(62, 87%, 12%)
HWB hwb(62 2% 88%) color: hwb(62 2% 88%)
OKLCH oklch(0.2312 0.0443 111.37) color: oklch(0.2312 0.0443 111.37)
Lab lab(11.03 -5.23 14.67) color: lab(11.03 -5.23 14.67)
LCH lch(11.03 15.57 109.62) color: lch(11.03 15.57 109.62)

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.76:1
vs Black 1.25: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)

#1E1E0B — rgb(30, 30, 11)

Deuteranopia (Green-blind)

#1E1E0C — rgb(30, 30, 12)

Tritanopia (Blue-blind)

#1E1011 — rgb(30, 16, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(62, 75%, 7%);

text

color: hsl(62, 75%, 7%);

border

border: 2px solid hsl(62, 75%, 7%);

gradient light

background: linear-gradient(to right, hsl(62, 75%, 27%), hsl(62, 75%, 7%));

gradient dark

background: linear-gradient(to right, hsl(62, 75%, 7%), hsl(62, 75%, 0%))

hex

background-color: #1E1F04;

tailwind

bg-[hsl(62,75%,7%)]

box shadow

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

css variable

--color-primary: hsl(62, 75%, 7%);

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

HEX: #1E1F04 | RGB: rgb(30, 31, 4) | CMYK: 3%, 0%, 87%, 88% | HSV: 62°, 87%, 12%. Copy any format from the conversion table above.

What colors go well with #1E1F04?

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

As HSL: color: hsl(62, 75%, 7%); — As HEX: color: #1E1F04; — As RGB: color: rgb(30, 31, 4); — Tailwind CSS: bg-[hsl(62,75%,7%)] — CSS variable: --color-primary: hsl(62, 75%, 7%);