HSL(44, 55%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(44,55%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(44, 55%, 85%) color: hsl(44, 55%, 85%)
HEX #EEE3C4 color: #EEE3C4
RGB rgb(238, 227, 196) color: rgb(238, 227, 196)
CMYK cmyk(0%, 5%, 18%, 7%)
HSV hsv(44, 18%, 93%)
HWB hwb(44 76% 7%) color: hwb(44 76% 7%)
OKLCH oklch(0.9166 0.0426 90.78) color: oklch(0.9166 0.0426 90.78)
Lab lab(90.37 -1.24 16.5) color: lab(90.37 -1.24 16.5)
LCH lch(90.37 16.55 94.3) color: lch(90.37 16.55 94.3)

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.28:1
vs Black 16.42: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)

#E9E9CC — rgb(233, 233, 204)

Deuteranopia (Green-blind)

#EAEBCD — rgb(234, 235, 205)

Tritanopia (Blue-blind)

#EDD1D3 — rgb(237, 209, 211)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(44, 55%, 85%);

text

color: hsl(44, 55%, 85%);

border

border: 2px solid hsl(44, 55%, 85%);

gradient light

background: linear-gradient(to right, hsl(44, 55%, 100%), hsl(44, 55%, 85%));

gradient dark

background: linear-gradient(to right, hsl(44, 55%, 85%), hsl(44, 55%, 65%))

hex

background-color: #EEE3C4;

tailwind

bg-[hsl(44,55%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(44, 55%, 85%, 0.4);

css variable

--color-primary: hsl(44, 55%, 85%);

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(44, 55%, 85%)?

HEX: #EEE3C4 | RGB: rgb(238, 227, 196) | CMYK: 0%, 5%, 18%, 7% | HSV: 44°, 18%, 93%. Copy any format from the conversion table above.

What colors go well with #EEE3C4?

The complementary color is HSL(224, 55%, 85%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(44, 55%, 85%) in CSS?

As HSL: color: hsl(44, 55%, 85%); — As HEX: color: #EEE3C4; — As RGB: color: rgb(238, 227, 196); — Tailwind CSS: bg-[hsl(44,55%,85%)] — CSS variable: --color-primary: hsl(44, 55%, 85%);