HSL(53, 35%, 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(53,35%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 35%, 11%) color: hsl(53, 35%, 11%)
HEX #262412 color: #262412
RGB rgb(38, 36, 18) color: rgb(38, 36, 18)
CMYK cmyk(0%, 5%, 53%, 85%)
HSV hsv(54, 53%, 15%)
HWB hwb(54 7% 85%) color: hwb(54 7% 85%)
OKLCH oklch(0.2571 0.0308 102.81) color: oklch(0.2571 0.0308 102.81)
Lab lab(13.93 -2.5 12.25) color: lab(13.93 -2.5 12.25)
LCH lch(13.93 12.5 101.53) color: lch(13.93 12.5 101.53)

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 15.63:1
vs Black 1.34: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)

#252516 — rgb(37, 37, 22)

Deuteranopia (Green-blind)

#252517 — rgb(37, 37, 23)

Tritanopia (Blue-blind)

#261A1B — rgb(38, 26, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 35%, 11%);

text

color: hsl(53, 35%, 11%);

border

border: 2px solid hsl(53, 35%, 11%);

gradient light

background: linear-gradient(to right, hsl(53, 35%, 31%), hsl(53, 35%, 11%));

gradient dark

background: linear-gradient(to right, hsl(53, 35%, 11%), hsl(53, 35%, 0%))

hex

background-color: #262412;

tailwind

bg-[hsl(53,35%,11%)]

box shadow

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

css variable

--color-primary: hsl(53, 35%, 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(53, 35%, 11%)?

HEX: #262412 | RGB: rgb(38, 36, 18) | CMYK: 0%, 5%, 53%, 85% | HSV: 54°, 53%, 15%. Copy any format from the conversion table above.

What colors go well with #262412?

The complementary color is HSL(233, 35%, 11%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(53, 35%, 11%) in CSS?

As HSL: color: hsl(53, 35%, 11%); — As HEX: color: #262412; — As RGB: color: rgb(38, 36, 18); — Tailwind CSS: bg-[hsl(53,35%,11%)] — CSS variable: --color-primary: hsl(53, 35%, 11%);