HSL(28, 30%, 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,30%,6%)]

Color Conversions

Format Value CSS Usage
HSL hsl(28, 30%, 6%) color: hsl(28, 30%, 6%)
HEX #140F0B color: #140F0B
RGB rgb(20, 15, 11) color: rgb(20, 15, 11)
CMYK cmyk(0%, 25%, 45%, 92%)
HSV hsv(27, 45%, 8%)
HWB hwb(27 4% 92%) color: hwb(27 4% 92%)
OKLCH oklch(0.1733 0.0117 60.58) color: oklch(0.1733 0.0117 60.58)
Lab lab(4.65 1.26 2.46) color: lab(4.65 1.26 2.46)
LCH lch(4.65 2.76 62.88) color: lch(4.65 2.76 62.88)

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 19.04:1
vs Black 1.1: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)

#12120C — rgb(18, 18, 12)

Deuteranopia (Green-blind)

#12130C — rgb(18, 19, 12)

Tritanopia (Blue-blind)

#140D0D — rgb(20, 13, 13)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #140F0B;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(28, 30%, 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, 30%, 6%)?

HEX: #140F0B | RGB: rgb(20, 15, 11) | CMYK: 0%, 25%, 45%, 92% | HSV: 27°, 45%, 8%. Copy any format from the conversion table above.

What colors go well with #140F0B?

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

As HSL: color: hsl(28, 30%, 6%); — As HEX: color: #140F0B; — As RGB: color: rgb(20, 15, 11); — Tailwind CSS: bg-[hsl(28,30%,6%)] — CSS variable: --color-primary: hsl(28, 30%, 6%);