HSL(34, 69%, 47%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(34,69%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(34, 69%, 47%) color: hsl(34, 69%, 47%)
HEX #CB8325 color: #CB8325
RGB rgb(203, 131, 37) color: rgb(203, 131, 37)
CMYK cmyk(0%, 35%, 82%, 20%)
HSV hsv(34, 82%, 80%)
HWB hwb(34 14% 20%) color: hwb(34 14% 20%)
OKLCH oklch(0.6699 0.1348 67.62) color: oklch(0.6699 0.1348 67.62)
Lab lab(60.84 20.51 58.03) color: lab(60.84 20.51 58.03)
LCH lch(60.84 61.55 70.53) color: lch(60.84 61.55 70.53)

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.08:1
vs Black 6.81: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)

#ACAB3C — rgb(172, 171, 60)

Deuteranopia (Green-blind)

#B0B541 — rgb(176, 181, 65)

Tritanopia (Blue-blind)

#C74E52 — rgb(199, 78, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(34, 69%, 47%);

text

color: hsl(34, 69%, 47%);

border

border: 2px solid hsl(34, 69%, 47%);

gradient light

background: linear-gradient(to right, hsl(34, 69%, 67%), hsl(34, 69%, 47%));

gradient dark

background: linear-gradient(to right, hsl(34, 69%, 47%), hsl(34, 69%, 27%))

hex

background-color: #CB8325;

tailwind

bg-[hsl(34,69%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(34, 69%, 47%, 0.4);

css variable

--color-primary: hsl(34, 69%, 47%);

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(34, 69%, 47%)?

HEX: #CB8325 | RGB: rgb(203, 131, 37) | CMYK: 0%, 35%, 82%, 20% | HSV: 34°, 82%, 80%. Copy any format from the conversion table above.

What colors go well with #CB8325?

The complementary color is HSL(214, 69%, 47%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(34, 69%, 47%) in CSS?

As HSL: color: hsl(34, 69%, 47%); — As HEX: color: #CB8325; — As RGB: color: rgb(203, 131, 37); — Tailwind CSS: bg-[hsl(34,69%,47%)] — CSS variable: --color-primary: hsl(34, 69%, 47%);