HSL(38, 69%, 73%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(38,69%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(38, 69%, 73%) color: hsl(38, 69%, 73%)
HEX #EAC78B color: #EAC78B
RGB rgb(234, 199, 139) color: rgb(234, 199, 139)
CMYK cmyk(0%, 15%, 41%, 8%)
HSV hsv(38, 41%, 92%)
HWB hwb(38 54% 8%) color: hwb(38 54% 8%)
OKLCH oklch(0.8461 0.0866 80.59) color: oklch(0.8461 0.0866 80.59)
Lab lab(81.95 4.36 34.63) color: lab(81.95 4.36 34.63)
LCH lch(81.95 34.9 82.82) color: lch(81.95 34.9 82.82)

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 1.61:1
vs Black 13.04: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)

#DBDB9A — rgb(219, 219, 154)

Deuteranopia (Green-blind)

#DDE09D — rgb(221, 224, 157)

Tritanopia (Blue-blind)

#E8A5A8 — rgb(232, 165, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(38, 69%, 73%);

text

color: hsl(38, 69%, 73%);

border

border: 2px solid hsl(38, 69%, 73%);

gradient light

background: linear-gradient(to right, hsl(38, 69%, 93%), hsl(38, 69%, 73%));

gradient dark

background: linear-gradient(to right, hsl(38, 69%, 73%), hsl(38, 69%, 53%))

hex

background-color: #EAC78B;

tailwind

bg-[hsl(38,69%,73%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(38, 69%, 73%, 0.4);

css variable

--color-primary: hsl(38, 69%, 73%);

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(38, 69%, 73%)?

HEX: #EAC78B | RGB: rgb(234, 199, 139) | CMYK: 0%, 15%, 41%, 8% | HSV: 38°, 41%, 92%. Copy any format from the conversion table above.

What colors go well with #EAC78B?

The complementary color is HSL(218, 69%, 73%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(38, 69%, 73%) in CSS?

As HSL: color: hsl(38, 69%, 73%); — As HEX: color: #EAC78B; — As RGB: color: rgb(234, 199, 139); — Tailwind CSS: bg-[hsl(38,69%,73%)] — CSS variable: --color-primary: hsl(38, 69%, 73%);