HSL(22, 91%, 46%)

Vivid Orange — Orange color

Adjust Color

Color Information

Color Name

Vivid Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(22,91%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 91%, 46%) color: hsl(22, 91%, 46%)
HEX #E0590B color: #E0590B
RGB rgb(224, 89, 11) color: rgb(224, 89, 11)
CMYK cmyk(0%, 60%, 95%, 12%)
HSV hsv(22, 95%, 88%)
HWB hwb(22 4% 12%) color: hwb(22 4% 12%)
OKLCH oklch(0.6316 0.1839 42.86) color: oklch(0.6316 0.1839 42.86)
Lab lab(55.09 49.8 62.51) color: lab(55.09 49.8 62.51)
LCH lch(55.09 79.92 51.46) color: lch(55.09 79.92 51.46)

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 3.75:1
vs Black 5.6:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A6A41E — rgb(166, 164, 30)

Deuteranopia (Green-blind)

#ADB822 — rgb(173, 184, 34)

Tritanopia (Blue-blind)

#D92D30 — rgb(217, 45, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 91%, 46%);

text

color: hsl(22, 91%, 46%);

border

border: 2px solid hsl(22, 91%, 46%);

gradient light

background: linear-gradient(to right, hsl(22, 91%, 66%), hsl(22, 91%, 46%));

gradient dark

background: linear-gradient(to right, hsl(22, 91%, 46%), hsl(22, 91%, 26%))

hex

background-color: #E0590B;

tailwind

bg-[hsl(22,91%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(22, 91%, 46%, 0.4);

css variable

--color-primary: hsl(22, 91%, 46%);

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(22, 91%, 46%)?

HEX: #E0590B | RGB: rgb(224, 89, 11) | CMYK: 0%, 60%, 95%, 12% | HSV: 22°, 95%, 88%. Copy any format from the conversion table above.

What colors go well with #E0590B?

The complementary color is HSL(202, 91%, 46%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(22, 91%, 46%) in CSS?

As HSL: color: hsl(22, 91%, 46%); — As HEX: color: #E0590B; — As RGB: color: rgb(224, 89, 11); — Tailwind CSS: bg-[hsl(22,91%,46%)] — CSS variable: --color-primary: hsl(22, 91%, 46%);