HSL(21, 67%, 26%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(21,67%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(21, 67%, 26%) color: hsl(21, 67%, 26%)
HEX #6F3516 color: #6F3516
RGB rgb(111, 53, 22) color: rgb(111, 53, 22)
CMYK cmyk(0%, 52%, 80%, 56%)
HSV hsv(21, 80%, 44%)
HWB hwb(21 9% 56%) color: hwb(21 9% 56%)
OKLCH oklch(0.3999 0.0927 46.22) color: oklch(0.3999 0.0927 46.22)
Lab lab(29.37 23.31 30.35) color: lab(29.37 23.31 30.35)
LCH lch(29.37 38.27 52.47) color: lch(29.37 38.27 52.47)

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

#56551E — rgb(86, 85, 30)

Deuteranopia (Green-blind)

#595E1F — rgb(89, 94, 31)

Tritanopia (Blue-blind)

#6C2325 — rgb(108, 35, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(21, 67%, 26%);

text

color: hsl(21, 67%, 26%);

border

border: 2px solid hsl(21, 67%, 26%);

gradient light

background: linear-gradient(to right, hsl(21, 67%, 46%), hsl(21, 67%, 26%));

gradient dark

background: linear-gradient(to right, hsl(21, 67%, 26%), hsl(21, 67%, 6%))

hex

background-color: #6F3516;

tailwind

bg-[hsl(21,67%,26%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(21, 67%, 26%, 0.4);

css variable

--color-primary: hsl(21, 67%, 26%);

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(21, 67%, 26%)?

HEX: #6F3516 | RGB: rgb(111, 53, 22) | CMYK: 0%, 52%, 80%, 56% | HSV: 21°, 80%, 44%. Copy any format from the conversion table above.

What colors go well with #6F3516?

The complementary color is HSL(201, 67%, 26%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(21, 67%, 26%) in CSS?

As HSL: color: hsl(21, 67%, 26%); — As HEX: color: #6F3516; — As RGB: color: rgb(111, 53, 22); — Tailwind CSS: bg-[hsl(21,67%,26%)] — CSS variable: --color-primary: hsl(21, 67%, 26%);