HSL(48, 83%, 23%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(48,83%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(48, 83%, 23%) color: hsl(48, 83%, 23%)
HEX #6B580A color: #6B580A
RGB rgb(107, 88, 10) color: rgb(107, 88, 10)
CMYK cmyk(0%, 18%, 91%, 58%)
HSV hsv(48, 91%, 42%)
HWB hwb(48 4% 58%) color: hwb(48 4% 58%)
OKLCH oklch(0.4661 0.0915 93.55) color: oklch(0.4661 0.0915 93.55)
Lab lab(38.07 -0.14 42.89) color: lab(38.07 -0.14 42.89)
LCH lch(38.07 42.89 90.19) color: lch(38.07 42.89 90.19)

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 6.94:1
vs Black 3.03:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#63631D — rgb(99, 99, 29)

Deuteranopia (Green-blind)

#646521 — rgb(100, 101, 33)

Tritanopia (Blue-blind)

#6A2C2F — rgb(106, 44, 47)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(48, 83%, 23%);

text

color: hsl(48, 83%, 23%);

border

border: 2px solid hsl(48, 83%, 23%);

gradient light

background: linear-gradient(to right, hsl(48, 83%, 43%), hsl(48, 83%, 23%));

gradient dark

background: linear-gradient(to right, hsl(48, 83%, 23%), hsl(48, 83%, 3%))

hex

background-color: #6B580A;

tailwind

bg-[hsl(48,83%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(48, 83%, 23%, 0.4);

css variable

--color-primary: hsl(48, 83%, 23%);

Related Colors

Use Cases for Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(48, 83%, 23%)?

HEX: #6B580A | RGB: rgb(107, 88, 10) | CMYK: 0%, 18%, 91%, 58% | HSV: 48°, 91%, 42%. Copy any format from the conversion table above.

What colors go well with #6B580A?

The complementary color is HSL(228, 83%, 23%). For a triadic harmony, use hues 48°, 168°, and 288°. For analogous combinations, try hues 18° and 78°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(48, 83%, 23%) in CSS?

As HSL: color: hsl(48, 83%, 23%); — As HEX: color: #6B580A; — As RGB: color: rgb(107, 88, 10); — Tailwind CSS: bg-[hsl(48,83%,23%)] — CSS variable: --color-primary: hsl(48, 83%, 23%);