HSL(37, 60%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(37,60%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(37, 60%, 85%) color: hsl(37, 60%, 85%)
HEX #F0DEC2 color: #F0DEC2
RGB rgb(240, 222, 194) color: rgb(240, 222, 194)
CMYK cmyk(0%, 8%, 19%, 6%)
HSV hsv(37, 19%, 94%)
HWB hwb(37 76% 6%) color: hwb(37 76% 6%)
OKLCH oklch(0.9079 0.0421 78.95) color: oklch(0.9079 0.0421 78.95)
Lab lab(89.24 1.76 15.98) color: lab(89.24 1.76 15.98)
LCH lch(89.24 16.08 83.71) color: lch(89.24 16.08 83.71)

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.32:1
vs Black 15.93: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)

#E8E8C9 — rgb(232, 232, 201)

Deuteranopia (Green-blind)

#E9EBCA — rgb(233, 235, 202)

Tritanopia (Blue-blind)

#EFCECF — rgb(239, 206, 207)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(37, 60%, 85%);

text

color: hsl(37, 60%, 85%);

border

border: 2px solid hsl(37, 60%, 85%);

gradient light

background: linear-gradient(to right, hsl(37, 60%, 100%), hsl(37, 60%, 85%));

gradient dark

background: linear-gradient(to right, hsl(37, 60%, 85%), hsl(37, 60%, 65%))

hex

background-color: #F0DEC2;

tailwind

bg-[hsl(37,60%,85%)]

box shadow

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

css variable

--color-primary: hsl(37, 60%, 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(37, 60%, 85%)?

HEX: #F0DEC2 | RGB: rgb(240, 222, 194) | CMYK: 0%, 8%, 19%, 6% | HSV: 37°, 19%, 94%. Copy any format from the conversion table above.

What colors go well with #F0DEC2?

The complementary color is HSL(217, 60%, 85%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(37, 60%, 85%) in CSS?

As HSL: color: hsl(37, 60%, 85%); — As HEX: color: #F0DEC2; — As RGB: color: rgb(240, 222, 194); — Tailwind CSS: bg-[hsl(37,60%,85%)] — CSS variable: --color-primary: hsl(37, 60%, 85%);