HSL(27, 82%, 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(27,82%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(27, 82%, 42%) color: hsl(27, 82%, 42%)
HEX #C36213 color: #C36213
RGB rgb(195, 98, 19) color: rgb(195, 98, 19)
CMYK cmyk(0%, 50%, 90%, 24%)
HSV hsv(27, 90%, 76%)
HWB hwb(27 8% 24%) color: hwb(27 8% 24%)
OKLCH oklch(0.6013 0.1478 52.07) color: oklch(0.6013 0.1478 52.07)
Lab lab(52.27 34.38 56.45) color: lab(52.27 34.38 56.45)
LCH lch(52.27 66.1 58.66) color: lch(52.27 66.1 58.66)

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.14:1
vs Black 5.08: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)

#999826 — rgb(153, 152, 38)

Deuteranopia (Green-blind)

#9FA62B — rgb(159, 166, 43)

Tritanopia (Blue-blind)

#BE3539 — rgb(190, 53, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(27, 82%, 42%);

text

color: hsl(27, 82%, 42%);

border

border: 2px solid hsl(27, 82%, 42%);

gradient light

background: linear-gradient(to right, hsl(27, 82%, 62%), hsl(27, 82%, 42%));

gradient dark

background: linear-gradient(to right, hsl(27, 82%, 42%), hsl(27, 82%, 22%))

hex

background-color: #C36213;

tailwind

bg-[hsl(27,82%,42%)]

box shadow

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

css variable

--color-primary: hsl(27, 82%, 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(27, 82%, 42%)?

HEX: #C36213 | RGB: rgb(195, 98, 19) | CMYK: 0%, 50%, 90%, 24% | HSV: 27°, 90%, 76%. Copy any format from the conversion table above.

What colors go well with #C36213?

The complementary color is HSL(207, 82%, 42%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(27, 82%, 42%) in CSS?

As HSL: color: hsl(27, 82%, 42%); — As HEX: color: #C36213; — As RGB: color: rgb(195, 98, 19); — Tailwind CSS: bg-[hsl(27,82%,42%)] — CSS variable: --color-primary: hsl(27, 82%, 42%);