HSL(36, 82%, 65%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(36,82%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(36, 82%, 65%) color: hsl(36, 82%, 65%)
HEX #EFB45D color: #EFB45D
RGB rgb(239, 180, 93) color: rgb(239, 180, 93)
CMYK cmyk(0%, 25%, 61%, 6%)
HSV hsv(36, 61%, 94%)
HWB hwb(36 37% 6%) color: hwb(36 37% 6%)
OKLCH oklch(0.8076 0.1246 75.01) color: oklch(0.8076 0.1246 75.01)
Lab lab(77.15 12.33 51.85) color: lab(77.15 12.33 51.85)
LCH lch(77.15 53.3 76.62) color: lch(77.15 53.3 76.62)

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.85:1
vs Black 11.36: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)

#D5D572 — rgb(213, 213, 114)

Deuteranopia (Green-blind)

#D9DD77 — rgb(217, 221, 119)

Tritanopia (Blue-blind)

#EC8386 — rgb(236, 131, 134)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(36, 82%, 65%);

text

color: hsl(36, 82%, 65%);

border

border: 2px solid hsl(36, 82%, 65%);

gradient light

background: linear-gradient(to right, hsl(36, 82%, 85%), hsl(36, 82%, 65%));

gradient dark

background: linear-gradient(to right, hsl(36, 82%, 65%), hsl(36, 82%, 45%))

hex

background-color: #EFB45D;

tailwind

bg-[hsl(36,82%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(36, 82%, 65%, 0.4);

css variable

--color-primary: hsl(36, 82%, 65%);

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(36, 82%, 65%)?

HEX: #EFB45D | RGB: rgb(239, 180, 93) | CMYK: 0%, 25%, 61%, 6% | HSV: 36°, 61%, 94%. Copy any format from the conversion table above.

What colors go well with #EFB45D?

The complementary color is HSL(216, 82%, 65%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(36, 82%, 65%) in CSS?

As HSL: color: hsl(36, 82%, 65%); — As HEX: color: #EFB45D; — As RGB: color: rgb(239, 180, 93); — Tailwind CSS: bg-[hsl(36,82%,65%)] — CSS variable: --color-primary: hsl(36, 82%, 65%);