HSL(28, 70%, 22%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(28,70%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(28, 70%, 22%) color: hsl(28, 70%, 22%)
HEX #5F3511 color: #5F3511
RGB rgb(95, 53, 17) color: rgb(95, 53, 17)
CMYK cmyk(0%, 44%, 82%, 63%)
HSV hsv(28, 82%, 37%)
HWB hwb(28 7% 63%) color: hwb(28 7% 63%)
OKLCH oklch(0.3747 0.0772 57.26) color: oklch(0.3747 0.0772 57.26)
Lab lab(26.79 15.67 29.54) color: lab(26.79 15.67 29.54)
LCH lch(26.79 33.44 62.06) color: lch(26.79 33.44 62.06)

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 10.48:1
vs Black 2: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)

#4D4C1A — rgb(77, 76, 26)

Deuteranopia (Green-blind)

#4F521C — rgb(79, 82, 28)

Tritanopia (Blue-blind)

#5D2122 — rgb(93, 33, 34)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(28, 70%, 22%);

text

color: hsl(28, 70%, 22%);

border

border: 2px solid hsl(28, 70%, 22%);

gradient light

background: linear-gradient(to right, hsl(28, 70%, 42%), hsl(28, 70%, 22%));

gradient dark

background: linear-gradient(to right, hsl(28, 70%, 22%), hsl(28, 70%, 2%))

hex

background-color: #5F3511;

tailwind

bg-[hsl(28,70%,22%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(28, 70%, 22%, 0.4);

css variable

--color-primary: hsl(28, 70%, 22%);

Related Colors

Use Cases for Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(28, 70%, 22%)?

HEX: #5F3511 | RGB: rgb(95, 53, 17) | CMYK: 0%, 44%, 82%, 63% | HSV: 28°, 82%, 37%. Copy any format from the conversion table above.

What colors go well with #5F3511?

The complementary color is HSL(208, 70%, 22%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(28, 70%, 22%) in CSS?

As HSL: color: hsl(28, 70%, 22%); — As HEX: color: #5F3511; — As RGB: color: rgb(95, 53, 17); — Tailwind CSS: bg-[hsl(28,70%,22%)] — CSS variable: --color-primary: hsl(28, 70%, 22%);