HSL(38, 70%, 48%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(38,70%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(38, 70%, 48%) color: hsl(38, 70%, 48%)
HEX #D09125 color: #D09125
RGB rgb(208, 145, 37) color: rgb(208, 145, 37)
CMYK cmyk(0%, 30%, 82%, 18%)
HSV hsv(38, 82%, 82%)
HWB hwb(38 15% 18%) color: hwb(38 15% 18%)
OKLCH oklch(0.7021 0.137 75.13) color: oklch(0.7021 0.137 75.13)
Lab lab(64.8 15.06 61.74) color: lab(64.8 15.06 61.74)
LCH lch(64.8 63.55 76.29) color: lch(64.8 63.55 76.29)

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.71:1
vs Black 7.76: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)

#B5B43F — rgb(181, 180, 63)

Deuteranopia (Green-blind)

#B8BD45 — rgb(184, 189, 69)

Tritanopia (Blue-blind)

#CD5458 — rgb(205, 84, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(38, 70%, 48%);

text

color: hsl(38, 70%, 48%);

border

border: 2px solid hsl(38, 70%, 48%);

gradient light

background: linear-gradient(to right, hsl(38, 70%, 68%), hsl(38, 70%, 48%));

gradient dark

background: linear-gradient(to right, hsl(38, 70%, 48%), hsl(38, 70%, 28%))

hex

background-color: #D09125;

tailwind

bg-[hsl(38,70%,48%)]

box shadow

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

css variable

--color-primary: hsl(38, 70%, 48%);

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, 70%, 48%)?

HEX: #D09125 | RGB: rgb(208, 145, 37) | CMYK: 0%, 30%, 82%, 18% | HSV: 38°, 82%, 82%. Copy any format from the conversion table above.

What colors go well with #D09125?

The complementary color is HSL(218, 70%, 48%). 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, 70%, 48%) in CSS?

As HSL: color: hsl(38, 70%, 48%); — As HEX: color: #D09125; — As RGB: color: rgb(208, 145, 37); — Tailwind CSS: bg-[hsl(38,70%,48%)] — CSS variable: --color-primary: hsl(38, 70%, 48%);