HSL(40, 92%, 47%)

Vivid Orange — Orange color

Adjust Color

Color Information

Color Name

Vivid Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(40,92%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(40, 92%, 47%) color: hsl(40, 92%, 47%)
HEX #E69D0A color: #E69D0A
RGB rgb(230, 157, 10) color: rgb(230, 157, 10)
CMYK cmyk(0%, 32%, 96%, 10%)
HSV hsv(40, 96%, 90%)
HWB hwb(40 4% 10%) color: hwb(40 4% 10%)
OKLCH oklch(0.7491 0.1562 75.26) color: oklch(0.7491 0.1562 75.26)
Lab lab(70.15 17.63 73.12) color: lab(70.15 17.63 73.12)
LCH lch(70.15 75.22 76.44) color: lch(70.15 75.22 76.44)

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.28:1
vs Black 9.19: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)

#C6C62E — rgb(198, 198, 46)

Deuteranopia (Green-blind)

#CBD036 — rgb(203, 208, 54)

Tritanopia (Blue-blind)

#E24A50 — rgb(226, 74, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(40, 92%, 47%);

text

color: hsl(40, 92%, 47%);

border

border: 2px solid hsl(40, 92%, 47%);

gradient light

background: linear-gradient(to right, hsl(40, 92%, 67%), hsl(40, 92%, 47%));

gradient dark

background: linear-gradient(to right, hsl(40, 92%, 47%), hsl(40, 92%, 27%))

hex

background-color: #E69D0A;

tailwind

bg-[hsl(40,92%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(40, 92%, 47%, 0.4);

css variable

--color-primary: hsl(40, 92%, 47%);

Related Colors

Use Cases for Vivid 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(40, 92%, 47%)?

HEX: #E69D0A | RGB: rgb(230, 157, 10) | CMYK: 0%, 32%, 96%, 10% | HSV: 40°, 96%, 90%. Copy any format from the conversion table above.

What colors go well with #E69D0A?

The complementary color is HSL(220, 92%, 47%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(40, 92%, 47%) in CSS?

As HSL: color: hsl(40, 92%, 47%); — As HEX: color: #E69D0A; — As RGB: color: rgb(230, 157, 10); — Tailwind CSS: bg-[hsl(40,92%,47%)] — CSS variable: --color-primary: hsl(40, 92%, 47%);