HSL(22, 66%, 57%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(22,66%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 66%, 57%) color: hsl(22, 66%, 57%)
HEX #DA7E49 color: #DA7E49
RGB rgb(218, 126, 73) color: rgb(218, 126, 73)
CMYK cmyk(0%, 42%, 67%, 15%)
HSV hsv(22, 67%, 85%)
HWB hwb(22 28% 15%) color: hwb(22 28% 15%)
OKLCH oklch(0.6833 0.1328 49.12) color: oklch(0.6833 0.1328 49.12)
Lab lab(61.92 31.11 43.59) color: lab(61.92 31.11 43.59)
LCH lch(61.92 53.55 54.48) color: lch(61.92 53.55 54.48)

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 2.97:1
vs Black 7.06:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B2B156 — rgb(178, 177, 86)

Deuteranopia (Green-blind)

#B8BE59 — rgb(184, 190, 89)

Tritanopia (Blue-blind)

#D56062 — rgb(213, 96, 98)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 66%, 57%);

text

color: hsl(22, 66%, 57%);

border

border: 2px solid hsl(22, 66%, 57%);

gradient light

background: linear-gradient(to right, hsl(22, 66%, 77%), hsl(22, 66%, 57%));

gradient dark

background: linear-gradient(to right, hsl(22, 66%, 57%), hsl(22, 66%, 37%))

hex

background-color: #DA7E49;

tailwind

bg-[hsl(22,66%,57%)]

box shadow

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

css variable

--color-primary: hsl(22, 66%, 57%);

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(22, 66%, 57%)?

HEX: #DA7E49 | RGB: rgb(218, 126, 73) | CMYK: 0%, 42%, 67%, 15% | HSV: 22°, 67%, 85%. Copy any format from the conversion table above.

What colors go well with #DA7E49?

The complementary color is HSL(202, 66%, 57%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(22, 66%, 57%) in CSS?

As HSL: color: hsl(22, 66%, 57%); — As HEX: color: #DA7E49; — As RGB: color: rgb(218, 126, 73); — Tailwind CSS: bg-[hsl(22,66%,57%)] — CSS variable: --color-primary: hsl(22, 66%, 57%);