HSL(19, 30%, 54%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(19,30%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(19, 30%, 54%) color: hsl(19, 30%, 54%)
HEX #AD7D67 color: #AD7D67
RGB rgb(173, 125, 103) color: rgb(173, 125, 103)
CMYK cmyk(0%, 28%, 40%, 32%)
HSV hsv(19, 40%, 68%)
HWB hwb(19 41% 32%) color: hwb(19 41% 32%)
OKLCH oklch(0.6319 0.0681 45.63) color: oklch(0.6319 0.0681 45.63)
Lab lab(56.62 15.75 19.35) color: lab(56.62 15.75 19.35)
LCH lch(56.62 24.95 50.86) color: lch(56.62 24.95 50.86)

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.56:1
vs Black 5.91: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)

#98986C — rgb(152, 152, 108)

Deuteranopia (Green-blind)

#9B9F6E — rgb(155, 159, 110)

Tritanopia (Blue-blind)

#AB7171 — rgb(171, 113, 113)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(19, 30%, 54%);

text

color: hsl(19, 30%, 54%);

border

border: 2px solid hsl(19, 30%, 54%);

gradient light

background: linear-gradient(to right, hsl(19, 30%, 74%), hsl(19, 30%, 54%));

gradient dark

background: linear-gradient(to right, hsl(19, 30%, 54%), hsl(19, 30%, 34%))

hex

background-color: #AD7D67;

tailwind

bg-[hsl(19,30%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(19, 30%, 54%, 0.4);

css variable

--color-primary: hsl(19, 30%, 54%);

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(19, 30%, 54%)?

HEX: #AD7D67 | RGB: rgb(173, 125, 103) | CMYK: 0%, 28%, 40%, 32% | HSV: 19°, 40%, 68%. Copy any format from the conversion table above.

What colors go well with #AD7D67?

The complementary color is HSL(199, 30%, 54%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(19, 30%, 54%) in CSS?

As HSL: color: hsl(19, 30%, 54%); — As HEX: color: #AD7D67; — As RGB: color: rgb(173, 125, 103); — Tailwind CSS: bg-[hsl(19,30%,54%)] — CSS variable: --color-primary: hsl(19, 30%, 54%);