HSL(28, 50%, 6%)

Very Dark Orange — Orange color

Adjust Color

Color Information

Color Name

Very Dark Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(28,50%,6%)]

Color Conversions

Format Value CSS Usage
HSL hsl(28, 50%, 6%) color: hsl(28, 50%, 6%)
HEX #170F08 color: #170F08
RGB rgb(23, 15, 8) color: rgb(23, 15, 8)
CMYK cmyk(0%, 35%, 65%, 91%)
HSV hsv(28, 65%, 9%)
HWB hwb(28 3% 91%) color: hwb(28 3% 91%)
OKLCH oklch(0.1767 0.0193 62.78) color: oklch(0.1767 0.0193 62.78)
Lab lab(4.89 2.19 4.08) color: lab(4.89 2.19 4.08)
LCH lch(4.89 4.63 61.77) color: lch(4.89 4.63 61.77)

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 18.95:1
vs Black 1.11: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)

#14130A — rgb(20, 19, 10)

Deuteranopia (Green-blind)

#14150A — rgb(20, 21, 10)

Tritanopia (Blue-blind)

#170B0B — rgb(23, 11, 11)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(28, 50%, 6%);

text

color: hsl(28, 50%, 6%);

border

border: 2px solid hsl(28, 50%, 6%);

gradient light

background: linear-gradient(to right, hsl(28, 50%, 26%), hsl(28, 50%, 6%));

gradient dark

background: linear-gradient(to right, hsl(28, 50%, 6%), hsl(28, 50%, 0%))

hex

background-color: #170F08;

tailwind

bg-[hsl(28,50%,6%)]

box shadow

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

css variable

--color-primary: hsl(28, 50%, 6%);

Related Colors

Use Cases for Very Dark 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, 50%, 6%)?

HEX: #170F08 | RGB: rgb(23, 15, 8) | CMYK: 0%, 35%, 65%, 91% | HSV: 28°, 65%, 9%. Copy any format from the conversion table above.

What colors go well with #170F08?

The complementary color is HSL(208, 50%, 6%). 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, 50%, 6%) in CSS?

As HSL: color: hsl(28, 50%, 6%); — As HEX: color: #170F08; — As RGB: color: rgb(23, 15, 8); — Tailwind CSS: bg-[hsl(28,50%,6%)] — CSS variable: --color-primary: hsl(28, 50%, 6%);