HSL(25, 30%, 23%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(25,30%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(25, 30%, 23%) color: hsl(25, 30%, 23%)
HEX #4C3829 color: #4C3829
RGB rgb(76, 56, 41) color: rgb(76, 56, 41)
CMYK cmyk(0%, 26%, 46%, 70%)
HSV hsv(26, 46%, 30%)
HWB hwb(26 16% 70%) color: hwb(26 16% 70%)
OKLCH oklch(0.3588 0.0376 58.07) color: oklch(0.3588 0.0376 58.07)
Lab lab(25.34 6.58 12.82) color: lab(25.34 6.58 12.82)
LCH lch(25.34 14.41 62.83) color: lch(25.34 14.41 62.83)

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 11.02:1
vs Black 1.9: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)

#43432D — rgb(67, 67, 45)

Deuteranopia (Green-blind)

#45462E — rgb(69, 70, 46)

Tritanopia (Blue-blind)

#4B2F30 — rgb(75, 47, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(25, 30%, 23%);

text

color: hsl(25, 30%, 23%);

border

border: 2px solid hsl(25, 30%, 23%);

gradient light

background: linear-gradient(to right, hsl(25, 30%, 43%), hsl(25, 30%, 23%));

gradient dark

background: linear-gradient(to right, hsl(25, 30%, 23%), hsl(25, 30%, 3%))

hex

background-color: #4C3829;

tailwind

bg-[hsl(25,30%,23%)]

box shadow

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

css variable

--color-primary: hsl(25, 30%, 23%);

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(25, 30%, 23%)?

HEX: #4C3829 | RGB: rgb(76, 56, 41) | CMYK: 0%, 26%, 46%, 70% | HSV: 26°, 46%, 30%. Copy any format from the conversion table above.

What colors go well with #4C3829?

The complementary color is HSL(205, 30%, 23%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(25, 30%, 23%) in CSS?

As HSL: color: hsl(25, 30%, 23%); — As HEX: color: #4C3829; — As RGB: color: rgb(76, 56, 41); — Tailwind CSS: bg-[hsl(25,30%,23%)] — CSS variable: --color-primary: hsl(25, 30%, 23%);