HSL(27, 98%, 39%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(27,98%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(27, 98%, 39%) color: hsl(27, 98%, 39%)
HEX #C55A02 color: #C55A02
RGB rgb(197, 90, 2) color: rgb(197, 90, 2)
CMYK cmyk(0%, 54%, 99%, 23%)
HSV hsv(27, 99%, 77%)
HWB hwb(27 1% 23%) color: hwb(27 1% 23%)
OKLCH oklch(0.5914 0.1578 49.05) color: oklch(0.5914 0.1578 49.05)
Lab lab(50.91 39.04 59.63) color: lab(50.91 39.04 59.63)
LCH lch(50.91 71.27 56.79) color: lch(50.91 71.27 56.79)

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.34:1
vs Black 4.84: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)

#979617 — rgb(151, 150, 23)

Deuteranopia (Green-blind)

#9DA51C — rgb(157, 165, 28)

Tritanopia (Blue-blind)

#C0282C — rgb(192, 40, 44)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(27, 98%, 39%);

text

color: hsl(27, 98%, 39%);

border

border: 2px solid hsl(27, 98%, 39%);

gradient light

background: linear-gradient(to right, hsl(27, 98%, 59%), hsl(27, 98%, 39%));

gradient dark

background: linear-gradient(to right, hsl(27, 98%, 39%), hsl(27, 98%, 19%))

hex

background-color: #C55A02;

tailwind

bg-[hsl(27,98%,39%)]

box shadow

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

css variable

--color-primary: hsl(27, 98%, 39%);

Related Colors

Use Cases for 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, 98%, 39%)?

HEX: #C55A02 | RGB: rgb(197, 90, 2) | CMYK: 0%, 54%, 99%, 23% | HSV: 27°, 99%, 77%. Copy any format from the conversion table above.

What colors go well with #C55A02?

The complementary color is HSL(207, 98%, 39%). 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, 98%, 39%) in CSS?

As HSL: color: hsl(27, 98%, 39%); — As HEX: color: #C55A02; — As RGB: color: rgb(197, 90, 2); — Tailwind CSS: bg-[hsl(27,98%,39%)] — CSS variable: --color-primary: hsl(27, 98%, 39%);