HSL(37, 70%, 57%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(37,70%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(37, 70%, 57%) color: hsl(37, 70%, 57%)
HEX #DEA345 color: #DEA345
RGB rgb(222, 163, 69) color: rgb(222, 163, 69)
CMYK cmyk(0%, 27%, 69%, 13%)
HSV hsv(37, 69%, 87%)
HWB hwb(37 27% 13%) color: hwb(37 27% 13%)
OKLCH oklch(0.7545 0.1292 75.92) color: oklch(0.7545 0.1292 75.92)
Lab lab(70.98 12.75 55.61) color: lab(70.98 12.75 55.61)
LCH lch(70.98 57.05 77.09) color: lch(70.98 57.05 77.09)

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.23:1
vs Black 9.43: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)

#C4C45C — rgb(196, 196, 92)

Deuteranopia (Green-blind)

#C8CC61 — rgb(200, 204, 97)

Tritanopia (Blue-blind)

#DB6E72 — rgb(219, 110, 114)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(37, 70%, 57%);

text

color: hsl(37, 70%, 57%);

border

border: 2px solid hsl(37, 70%, 57%);

gradient light

background: linear-gradient(to right, hsl(37, 70%, 77%), hsl(37, 70%, 57%));

gradient dark

background: linear-gradient(to right, hsl(37, 70%, 57%), hsl(37, 70%, 37%))

hex

background-color: #DEA345;

tailwind

bg-[hsl(37,70%,57%)]

box shadow

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

css variable

--color-primary: hsl(37, 70%, 57%);

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(37, 70%, 57%)?

HEX: #DEA345 | RGB: rgb(222, 163, 69) | CMYK: 0%, 27%, 69%, 13% | HSV: 37°, 69%, 87%. Copy any format from the conversion table above.

What colors go well with #DEA345?

The complementary color is HSL(217, 70%, 57%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(37, 70%, 57%) in CSS?

As HSL: color: hsl(37, 70%, 57%); — As HEX: color: #DEA345; — As RGB: color: rgb(222, 163, 69); — Tailwind CSS: bg-[hsl(37,70%,57%)] — CSS variable: --color-primary: hsl(37, 70%, 57%);