HSL(31, 94%, 58%)

Vivid Orange — Orange color

Adjust Color

Color Information

Color Name

Vivid Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(31,94%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 94%, 58%) color: hsl(31, 94%, 58%)
HEX #F9972F color: #F9972F
RGB rgb(249, 151, 47) color: rgb(249, 151, 47)
CMYK cmyk(0%, 39%, 81%, 2%)
HSV hsv(31, 81%, 98%)
HWB hwb(31 19% 2%) color: hwb(31 19% 2%)
OKLCH oklch(0.7626 0.1603 61.64) color: oklch(0.7626 0.1603 61.64)
Lab lab(71.2 29.5 65.82) color: lab(71.2 29.5 65.82)
LCH lch(71.2 72.13 65.86) color: lch(71.2 72.13 65.86)

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.21:1
vs Black 9.5: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)

#CFCE48 — rgb(207, 206, 72)

Deuteranopia (Green-blind)

#D4DC4E — rgb(212, 220, 78)

Tritanopia (Blue-blind)

#F45C60 — rgb(244, 92, 96)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 94%, 58%);

text

color: hsl(31, 94%, 58%);

border

border: 2px solid hsl(31, 94%, 58%);

gradient light

background: linear-gradient(to right, hsl(31, 94%, 78%), hsl(31, 94%, 58%));

gradient dark

background: linear-gradient(to right, hsl(31, 94%, 58%), hsl(31, 94%, 38%))

hex

background-color: #F9972F;

tailwind

bg-[hsl(31,94%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(31, 94%, 58%, 0.4);

css variable

--color-primary: hsl(31, 94%, 58%);

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(31, 94%, 58%)?

HEX: #F9972F | RGB: rgb(249, 151, 47) | CMYK: 0%, 39%, 81%, 2% | HSV: 31°, 81%, 98%. Copy any format from the conversion table above.

What colors go well with #F9972F?

The complementary color is HSL(211, 94%, 58%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(31, 94%, 58%) in CSS?

As HSL: color: hsl(31, 94%, 58%); — As HEX: color: #F9972F; — As RGB: color: rgb(249, 151, 47); — Tailwind CSS: bg-[hsl(31,94%,58%)] — CSS variable: --color-primary: hsl(31, 94%, 58%);