HSL(42, 19%, 77%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(42,19%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(42, 19%, 77%) color: hsl(42, 19%, 77%)
HEX #CFC9B9 color: #CFC9B9
RGB rgb(207, 201, 185) color: rgb(207, 201, 185)
CMYK cmyk(0%, 3%, 11%, 19%)
HSV hsv(44, 11%, 81%)
HWB hwb(44 72% 19%) color: hwb(44 72% 19%)
OKLCH oklch(0.8363 0.0228 89.81) color: oklch(0.8363 0.0228 89.81)
Lab lab(81.04 -0.67 8.73) color: lab(81.04 -0.67 8.73)
LCH lch(81.04 8.76 94.39) color: lch(81.04 8.76 94.39)

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.65:1
vs Black 12.71: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)

#CCCCBD — rgb(204, 204, 189)

Deuteranopia (Green-blind)

#CDCDBE — rgb(205, 205, 190)

Tritanopia (Blue-blind)

#CFC0C1 — rgb(207, 192, 193)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(42, 19%, 77%);

text

color: hsl(42, 19%, 77%);

border

border: 2px solid hsl(42, 19%, 77%);

gradient light

background: linear-gradient(to right, hsl(42, 19%, 97%), hsl(42, 19%, 77%));

gradient dark

background: linear-gradient(to right, hsl(42, 19%, 77%), hsl(42, 19%, 57%))

hex

background-color: #CFC9B9;

tailwind

bg-[hsl(42,19%,77%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(42, 19%, 77%, 0.4);

css variable

--color-primary: hsl(42, 19%, 77%);

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(42, 19%, 77%)?

HEX: #CFC9B9 | RGB: rgb(207, 201, 185) | CMYK: 0%, 3%, 11%, 19% | HSV: 44°, 11%, 81%. Copy any format from the conversion table above.

What colors go well with #CFC9B9?

The complementary color is HSL(222, 19%, 77%). For a triadic harmony, use hues 42°, 162°, and 282°. For analogous combinations, try hues 12° and 72°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(42, 19%, 77%) in CSS?

As HSL: color: hsl(42, 19%, 77%); — As HEX: color: #CFC9B9; — As RGB: color: rgb(207, 201, 185); — Tailwind CSS: bg-[hsl(42,19%,77%)] — CSS variable: --color-primary: hsl(42, 19%, 77%);