HSL(26, 70%, 51%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(26,70%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(26, 70%, 51%) color: hsl(26, 70%, 51%)
HEX #DA762B color: #DA762B
RGB rgb(218, 118, 43) color: rgb(218, 118, 43)
CMYK cmyk(0%, 46%, 80%, 15%)
HSV hsv(26, 80%, 85%)
HWB hwb(26 17% 15%) color: hwb(26 17% 15%)
OKLCH oklch(0.6671 0.1504 52.85) color: oklch(0.6671 0.1504 52.85)
Lab lab(59.93 33.93 55.61) color: lab(59.93 33.93 55.61)
LCH lch(59.93 65.14 58.61) color: lch(59.93 65.14 58.61)

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 3.18:1
vs Black 6.61:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#AFAE3D — rgb(175, 174, 61)

Deuteranopia (Green-blind)

#B5BC42 — rgb(181, 188, 66)

Tritanopia (Blue-blind)

#D54B4F — rgb(213, 75, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(26, 70%, 51%);

text

color: hsl(26, 70%, 51%);

border

border: 2px solid hsl(26, 70%, 51%);

gradient light

background: linear-gradient(to right, hsl(26, 70%, 71%), hsl(26, 70%, 51%));

gradient dark

background: linear-gradient(to right, hsl(26, 70%, 51%), hsl(26, 70%, 31%))

hex

background-color: #DA762B;

tailwind

bg-[hsl(26,70%,51%)]

box shadow

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

css variable

--color-primary: hsl(26, 70%, 51%);

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(26, 70%, 51%)?

HEX: #DA762B | RGB: rgb(218, 118, 43) | CMYK: 0%, 46%, 80%, 15% | HSV: 26°, 80%, 85%. Copy any format from the conversion table above.

What colors go well with #DA762B?

The complementary color is HSL(206, 70%, 51%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(26, 70%, 51%) in CSS?

As HSL: color: hsl(26, 70%, 51%); — As HEX: color: #DA762B; — As RGB: color: rgb(218, 118, 43); — Tailwind CSS: bg-[hsl(26,70%,51%)] — CSS variable: --color-primary: hsl(26, 70%, 51%);