HSL(22, 65%, 61%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(22,65%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 65%, 61%) color: hsl(22, 65%, 61%)
HEX #DC8A5B color: #DC8A5B
RGB rgb(220, 138, 91) color: rgb(220, 138, 91)
CMYK cmyk(0%, 37%, 59%, 14%)
HSV hsv(22, 59%, 86%)
HWB hwb(22 35% 14%) color: hwb(22 35% 14%)
OKLCH oklch(0.709 0.1182 49.8) color: oklch(0.709 0.1182 49.8)
Lab lab(65.08 26.74 38.01) color: lab(65.08 26.74 38.01)
LCH lch(65.08 46.47 54.87) color: lch(65.08 46.47 54.87)

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.68:1
vs Black 7.83: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)

#B8B866 — rgb(184, 184, 102)

Deuteranopia (Green-blind)

#BDC369 — rgb(189, 195, 105)

Tritanopia (Blue-blind)

#D86F71 — rgb(216, 111, 113)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 65%, 61%);

text

color: hsl(22, 65%, 61%);

border

border: 2px solid hsl(22, 65%, 61%);

gradient light

background: linear-gradient(to right, hsl(22, 65%, 81%), hsl(22, 65%, 61%));

gradient dark

background: linear-gradient(to right, hsl(22, 65%, 61%), hsl(22, 65%, 41%))

hex

background-color: #DC8A5B;

tailwind

bg-[hsl(22,65%,61%)]

box shadow

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

css variable

--color-primary: hsl(22, 65%, 61%);

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, 65%, 61%)?

HEX: #DC8A5B | RGB: rgb(220, 138, 91) | CMYK: 0%, 37%, 59%, 14% | HSV: 22°, 59%, 86%. Copy any format from the conversion table above.

What colors go well with #DC8A5B?

The complementary color is HSL(202, 65%, 61%). 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, 65%, 61%) in CSS?

As HSL: color: hsl(22, 65%, 61%); — As HEX: color: #DC8A5B; — As RGB: color: rgb(220, 138, 91); — Tailwind CSS: bg-[hsl(22,65%,61%)] — CSS variable: --color-primary: hsl(22, 65%, 61%);