HSL(55, 60%, 11%)

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(55,60%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(55, 60%, 11%) color: hsl(55, 60%, 11%)
HEX #2D2A0B color: #2D2A0B
RGB rgb(45, 42, 11) color: rgb(45, 42, 11)
CMYK cmyk(0%, 7%, 76%, 82%)
HSV hsv(55, 76%, 18%)
HWB hwb(55 4% 82%) color: hwb(55 4% 82%)
OKLCH oklch(0.2806 0.0475 103.79) color: oklch(0.2806 0.0475 103.79)
Lab lab(16.69 -3.55 19.55) color: lab(16.69 -3.55 19.55)
LCH lch(16.69 19.87 100.29) color: lch(16.69 19.87 100.29)

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 14.51:1
vs Black 1.45: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)

#2C2C13 — rgb(44, 44, 19)

Deuteranopia (Green-blind)

#2C2C14 — rgb(44, 44, 20)

Tritanopia (Blue-blind)

#2D181A — rgb(45, 24, 26)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(55, 60%, 11%);

text

color: hsl(55, 60%, 11%);

border

border: 2px solid hsl(55, 60%, 11%);

gradient light

background: linear-gradient(to right, hsl(55, 60%, 31%), hsl(55, 60%, 11%));

gradient dark

background: linear-gradient(to right, hsl(55, 60%, 11%), hsl(55, 60%, 0%))

hex

background-color: #2D2A0B;

tailwind

bg-[hsl(55,60%,11%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(55, 60%, 11%, 0.4);

css variable

--color-primary: hsl(55, 60%, 11%);

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(55, 60%, 11%)?

HEX: #2D2A0B | RGB: rgb(45, 42, 11) | CMYK: 0%, 7%, 76%, 82% | HSV: 55°, 76%, 18%. Copy any format from the conversion table above.

What colors go well with #2D2A0B?

The complementary color is HSL(235, 60%, 11%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(55, 60%, 11%) in CSS?

As HSL: color: hsl(55, 60%, 11%); — As HEX: color: #2D2A0B; — As RGB: color: rgb(45, 42, 11); — Tailwind CSS: bg-[hsl(55,60%,11%)] — CSS variable: --color-primary: hsl(55, 60%, 11%);