HSL(35, 83%, 15%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(35,83%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(35, 83%, 15%) color: hsl(35, 83%, 15%)
HEX #462C07 color: #462C07
RGB rgb(70, 44, 7) color: rgb(70, 44, 7)
CMYK cmyk(0%, 37%, 90%, 73%)
HSV hsv(35, 90%, 27%)
HWB hwb(35 3% 73%) color: hwb(35 3% 73%)
OKLCH oklch(0.3179 0.0623 70.65) color: oklch(0.3179 0.0623 70.65)
Lab lab(20.51 8.4 26.49) color: lab(20.51 8.4 26.49)
LCH lch(20.51 27.79 72.41) color: lch(20.51 27.79 72.41)

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 12.93:1
vs Black 1.62:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3B3B10 — rgb(59, 59, 16)

Deuteranopia (Green-blind)

#3C3E12 — rgb(60, 62, 18)

Tritanopia (Blue-blind)

#451719 — rgb(69, 23, 25)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(35, 83%, 15%);

text

color: hsl(35, 83%, 15%);

border

border: 2px solid hsl(35, 83%, 15%);

gradient light

background: linear-gradient(to right, hsl(35, 83%, 35%), hsl(35, 83%, 15%));

gradient dark

background: linear-gradient(to right, hsl(35, 83%, 15%), hsl(35, 83%, 0%))

hex

background-color: #462C07;

tailwind

bg-[hsl(35,83%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(35, 83%, 15%, 0.4);

css variable

--color-primary: hsl(35, 83%, 15%);

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(35, 83%, 15%)?

HEX: #462C07 | RGB: rgb(70, 44, 7) | CMYK: 0%, 37%, 90%, 73% | HSV: 35°, 90%, 27%. Copy any format from the conversion table above.

What colors go well with #462C07?

The complementary color is HSL(215, 83%, 15%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(35, 83%, 15%) in CSS?

As HSL: color: hsl(35, 83%, 15%); — As HEX: color: #462C07; — As RGB: color: rgb(70, 44, 7); — Tailwind CSS: bg-[hsl(35,83%,15%)] — CSS variable: --color-primary: hsl(35, 83%, 15%);