HSL(19, 100%, 42%)

Vivid Orange — Orange color

Adjust Color

Color Information

Color Name

Vivid Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(19,100%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(19, 100%, 42%) color: hsl(19, 100%, 42%)
HEX #D64400 color: #D64400
RGB rgb(214, 68, 0) color: rgb(214, 68, 0)
CMYK cmyk(0%, 68%, 100%, 16%)
HSV hsv(19, 100%, 84%)
HWB hwb(19 0% 16%) color: hwb(19 0% 16%)
OKLCH oklch(0.5901 0.192 38.27) color: oklch(0.5901 0.192 38.27)
Lab lab(50.02 55.12 61.15) color: lab(50.02 55.12 61.15)
LCH lch(50.02 82.33 47.97) color: lch(50.02 82.33 47.97)

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 4.48:1
vs Black 4.69: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)

#979510 — rgb(151, 149, 16)

Deuteranopia (Green-blind)

#9FAA14 — rgb(159, 170, 20)

Tritanopia (Blue-blind)

#CF1D20 — rgb(207, 29, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(19, 100%, 42%);

text

color: hsl(19, 100%, 42%);

border

border: 2px solid hsl(19, 100%, 42%);

gradient light

background: linear-gradient(to right, hsl(19, 100%, 62%), hsl(19, 100%, 42%));

gradient dark

background: linear-gradient(to right, hsl(19, 100%, 42%), hsl(19, 100%, 22%))

hex

background-color: #D64400;

tailwind

bg-[hsl(19,100%,42%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(19, 100%, 42%, 0.4);

css variable

--color-primary: hsl(19, 100%, 42%);

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(19, 100%, 42%)?

HEX: #D64400 | RGB: rgb(214, 68, 0) | CMYK: 0%, 68%, 100%, 16% | HSV: 19°, 100%, 84%. Copy any format from the conversion table above.

What colors go well with #D64400?

The complementary color is HSL(199, 100%, 42%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(19, 100%, 42%) in CSS?

As HSL: color: hsl(19, 100%, 42%); — As HEX: color: #D64400; — As RGB: color: rgb(214, 68, 0); — Tailwind CSS: bg-[hsl(19,100%,42%)] — CSS variable: --color-primary: hsl(19, 100%, 42%);