HSL(22, 53%, 61%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(22, 53%, 61%) color: hsl(22, 53%, 61%)
HEX #D08D67 color: #D08D67
RGB rgb(208, 141, 103) color: rgb(208, 141, 103)
CMYK cmyk(0%, 32%, 50%, 18%)
HSV hsv(22, 50%, 82%)
HWB hwb(22 41% 18%) color: hwb(22 41% 18%)
OKLCH oklch(0.702 0.0971 50.16) color: oklch(0.702 0.0971 50.16)
Lab lab(64.52 21.25 30.53) color: lab(64.52 21.25 30.53)
LCH lch(64.52 37.2 55.16) color: lch(64.52 37.2 55.16)

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.73:1
vs Black 7.69: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)

#B3B270 — rgb(179, 178, 112)

Deuteranopia (Green-blind)

#B7BC72 — rgb(183, 188, 114)

Tritanopia (Blue-blind)

#CD7779 — rgb(205, 119, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #D08D67;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(22, 53%, 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, 53%, 61%)?

HEX: #D08D67 | RGB: rgb(208, 141, 103) | CMYK: 0%, 32%, 50%, 18% | HSV: 22°, 50%, 82%. Copy any format from the conversion table above.

What colors go well with #D08D67?

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

As HSL: color: hsl(22, 53%, 61%); — As HEX: color: #D08D67; — As RGB: color: rgb(208, 141, 103); — Tailwind CSS: bg-[hsl(22,53%,61%)] — CSS variable: --color-primary: hsl(22, 53%, 61%);