HSL(35, 70%, 30%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(35,70%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(35, 70%, 30%) color: hsl(35, 70%, 30%)
HEX #825517 color: #825517
RGB rgb(130, 85, 23) color: rgb(130, 85, 23)
CMYK cmyk(0%, 35%, 82%, 49%)
HSV hsv(35, 82%, 51%)
HWB hwb(35 9% 49%) color: hwb(35 9% 49%)
OKLCH oklch(0.4884 0.0952 69.79) color: oklch(0.4884 0.0952 69.79)
Lab lab(40.09 13.24 41.19) color: lab(40.09 13.24 41.19)
LCH lch(40.09 43.27 72.18) color: lch(40.09 43.27 72.18)

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 6.44:1
vs Black 3.26:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6F6E26 — rgb(111, 110, 38)

Deuteranopia (Green-blind)

#71752A — rgb(113, 117, 42)

Tritanopia (Blue-blind)

#803234 — rgb(128, 50, 52)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(35, 70%, 30%);

text

color: hsl(35, 70%, 30%);

border

border: 2px solid hsl(35, 70%, 30%);

gradient light

background: linear-gradient(to right, hsl(35, 70%, 50%), hsl(35, 70%, 30%));

gradient dark

background: linear-gradient(to right, hsl(35, 70%, 30%), hsl(35, 70%, 10%))

hex

background-color: #825517;

tailwind

bg-[hsl(35,70%,30%)]

box shadow

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

css variable

--color-primary: hsl(35, 70%, 30%);

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, 70%, 30%)?

HEX: #825517 | RGB: rgb(130, 85, 23) | CMYK: 0%, 35%, 82%, 49% | HSV: 35°, 82%, 51%. Copy any format from the conversion table above.

What colors go well with #825517?

The complementary color is HSL(215, 70%, 30%). 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, 70%, 30%) in CSS?

As HSL: color: hsl(35, 70%, 30%); — As HEX: color: #825517; — As RGB: color: rgb(130, 85, 23); — Tailwind CSS: bg-[hsl(35,70%,30%)] — CSS variable: --color-primary: hsl(35, 70%, 30%);