HSL(46, 90%, 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(46,90%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(46, 90%, 11%) color: hsl(46, 90%, 11%)
HEX #352A03 color: #352A03
RGB rgb(53, 42, 3) color: rgb(53, 42, 3)
CMYK cmyk(0%, 21%, 94%, 79%)
HSV hsv(47, 94%, 21%)
HWB hwb(47 1% 79%) color: hwb(47 1% 79%)
OKLCH oklch(0.2894 0.0561 92.44) color: oklch(0.2894 0.0561 92.44)
Lab lab(17.55 0.27 24.09) color: lab(17.55 0.27 24.09)
LCH lch(17.55 24.09 89.36) color: lch(17.55 24.09 89.36)

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.15:1
vs Black 1.48: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)

#30300C — rgb(48, 48, 12)

Deuteranopia (Green-blind)

#31320F — rgb(49, 50, 15)

Tritanopia (Blue-blind)

#341416 — rgb(52, 20, 22)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(46, 90%, 11%);

text

color: hsl(46, 90%, 11%);

border

border: 2px solid hsl(46, 90%, 11%);

gradient light

background: linear-gradient(to right, hsl(46, 90%, 31%), hsl(46, 90%, 11%));

gradient dark

background: linear-gradient(to right, hsl(46, 90%, 11%), hsl(46, 90%, 0%))

hex

background-color: #352A03;

tailwind

bg-[hsl(46,90%,11%)]

box shadow

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

css variable

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

HEX: #352A03 | RGB: rgb(53, 42, 3) | CMYK: 0%, 21%, 94%, 79% | HSV: 47°, 94%, 21%. Copy any format from the conversion table above.

What colors go well with #352A03?

The complementary color is HSL(226, 90%, 11%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(46, 90%, 11%) in CSS?

As HSL: color: hsl(46, 90%, 11%); — As HEX: color: #352A03; — As RGB: color: rgb(53, 42, 3); — Tailwind CSS: bg-[hsl(46,90%,11%)] — CSS variable: --color-primary: hsl(46, 90%, 11%);