HSL(34, 79%, 68%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(34,79%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(34, 79%, 68%) color: hsl(34, 79%, 68%)
HEX #EEB66D color: #EEB66D
RGB rgb(238, 182, 109) color: rgb(238, 182, 109)
CMYK cmyk(0%, 24%, 54%, 7%)
HSV hsv(34, 54%, 93%)
HWB hwb(34 43% 7%) color: hwb(34 43% 7%)
OKLCH oklch(0.8124 0.1115 72.49) color: oklch(0.8124 0.1115 72.49)
Lab lab(77.72 12.05 44.66) color: lab(77.72 12.05 44.66)
LCH lch(77.72 46.26 74.9) color: lch(77.72 46.26 74.9)

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 1.82:1
vs Black 11.55:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#D6D57F — rgb(214, 213, 127)

Deuteranopia (Green-blind)

#D9DD83 — rgb(217, 221, 131)

Tritanopia (Blue-blind)

#EB8D90 — rgb(235, 141, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(34, 79%, 68%);

text

color: hsl(34, 79%, 68%);

border

border: 2px solid hsl(34, 79%, 68%);

gradient light

background: linear-gradient(to right, hsl(34, 79%, 88%), hsl(34, 79%, 68%));

gradient dark

background: linear-gradient(to right, hsl(34, 79%, 68%), hsl(34, 79%, 48%))

hex

background-color: #EEB66D;

tailwind

bg-[hsl(34,79%,68%)]

box shadow

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

css variable

--color-primary: hsl(34, 79%, 68%);

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, 79%, 68%)?

HEX: #EEB66D | RGB: rgb(238, 182, 109) | CMYK: 0%, 24%, 54%, 7% | HSV: 34°, 54%, 93%. Copy any format from the conversion table above.

What colors go well with #EEB66D?

The complementary color is HSL(214, 79%, 68%). 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, 79%, 68%) in CSS?

As HSL: color: hsl(34, 79%, 68%); — As HEX: color: #EEB66D; — As RGB: color: rgb(238, 182, 109); — Tailwind CSS: bg-[hsl(34,79%,68%)] — CSS variable: --color-primary: hsl(34, 79%, 68%);