HSL(24, 75%, 46%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(24,75%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(24, 75%, 46%) color: hsl(24, 75%, 46%)
HEX #CD641D color: #CD641D
RGB rgb(205, 100, 29) color: rgb(205, 100, 29)
CMYK cmyk(0%, 51%, 86%, 20%)
HSV hsv(24, 86%, 80%)
HWB hwb(24 11% 20%) color: hwb(24 11% 20%)
OKLCH oklch(0.6194 0.1539 49.03) color: oklch(0.6194 0.1539 49.03)
Lab lab(54.22 37.59 55.34) color: lab(54.22 37.59 55.34)
LCH lch(54.22 66.9 55.81) color: lch(54.22 66.9 55.81)

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 3.86:1
vs Black 5.44: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)

#A09F2E — rgb(160, 159, 46)

Deuteranopia (Green-blind)

#A6AE32 — rgb(166, 174, 50)

Tritanopia (Blue-blind)

#C83C3F — rgb(200, 60, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(24, 75%, 46%);

text

color: hsl(24, 75%, 46%);

border

border: 2px solid hsl(24, 75%, 46%);

gradient light

background: linear-gradient(to right, hsl(24, 75%, 66%), hsl(24, 75%, 46%));

gradient dark

background: linear-gradient(to right, hsl(24, 75%, 46%), hsl(24, 75%, 26%))

hex

background-color: #CD641D;

tailwind

bg-[hsl(24,75%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(24, 75%, 46%, 0.4);

css variable

--color-primary: hsl(24, 75%, 46%);

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(24, 75%, 46%)?

HEX: #CD641D | RGB: rgb(205, 100, 29) | CMYK: 0%, 51%, 86%, 20% | HSV: 24°, 86%, 80%. Copy any format from the conversion table above.

What colors go well with #CD641D?

The complementary color is HSL(204, 75%, 46%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(24, 75%, 46%) in CSS?

As HSL: color: hsl(24, 75%, 46%); — As HEX: color: #CD641D; — As RGB: color: rgb(205, 100, 29); — Tailwind CSS: bg-[hsl(24,75%,46%)] — CSS variable: --color-primary: hsl(24, 75%, 46%);