HSL(18, 10%, 85%)

Grayish Orange — Orange color

Adjust Color

Color Information

Color Name

Grayish Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(18,10%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(18, 10%, 85%) color: hsl(18, 10%, 85%)
HEX #DDD7D5 color: #DDD7D5
RGB rgb(221, 215, 213) color: rgb(221, 215, 213)
CMYK cmyk(0%, 3%, 4%, 13%)
HSV hsv(15, 4%, 87%)
HWB hwb(15 84% 13%) color: hwb(15 84% 13%)
OKLCH oklch(0.8834 0.0072 39.46) color: oklch(0.8834 0.0072 39.46)
Lab lab(86.39 1.7 1.71) color: lab(86.39 1.7 1.71)
LCH lch(86.39 2.41 45.17) color: lch(86.39 2.41 45.17)

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.42:1
vs Black 14.76: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)

#DADAD5 — rgb(218, 218, 213)

Deuteranopia (Green-blind)

#DBDBD6 — rgb(219, 219, 214)

Tritanopia (Blue-blind)

#DDD6D6 — rgb(221, 214, 214)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(18, 10%, 85%);

text

color: hsl(18, 10%, 85%);

border

border: 2px solid hsl(18, 10%, 85%);

gradient light

background: linear-gradient(to right, hsl(18, 10%, 100%), hsl(18, 10%, 85%));

gradient dark

background: linear-gradient(to right, hsl(18, 10%, 85%), hsl(18, 10%, 65%))

hex

background-color: #DDD7D5;

tailwind

bg-[hsl(18,10%,85%)]

box shadow

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

css variable

--color-primary: hsl(18, 10%, 85%);

Related Colors

Use Cases for Grayish 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(18, 10%, 85%)?

HEX: #DDD7D5 | RGB: rgb(221, 215, 213) | CMYK: 0%, 3%, 4%, 13% | HSV: 15°, 4%, 87%. Copy any format from the conversion table above.

What colors go well with #DDD7D5?

The complementary color is HSL(198, 10%, 85%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(18, 10%, 85%) in CSS?

As HSL: color: hsl(18, 10%, 85%); — As HEX: color: #DDD7D5; — As RGB: color: rgb(221, 215, 213); — Tailwind CSS: bg-[hsl(18,10%,85%)] — CSS variable: --color-primary: hsl(18, 10%, 85%);