HSL(44, 50%, 62%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(44,50%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(44, 50%, 62%) color: hsl(44, 50%, 62%)
HEX #CFB56E color: #CFB56E
RGB rgb(207, 181, 110) color: rgb(207, 181, 110)
CMYK cmyk(0%, 13%, 47%, 19%)
HSV hsv(44, 47%, 81%)
HWB hwb(44 43% 19%) color: hwb(44 43% 19%)
OKLCH oklch(0.78 0.0953 89.99) color: oklch(0.78 0.0953 89.99)
Lab lab(74.47 -0.06 39.46) color: lab(74.47 -0.06 39.46)
LCH lch(74.47 39.46 90.09) color: lch(74.47 39.46 90.09)

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 2:1
vs Black 10.49: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)

#C4C47F — rgb(196, 196, 127)

Deuteranopia (Green-blind)

#C5C783 — rgb(197, 199, 131)

Tritanopia (Blue-blind)

#CE8D90 — rgb(206, 141, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(44, 50%, 62%);

text

color: hsl(44, 50%, 62%);

border

border: 2px solid hsl(44, 50%, 62%);

gradient light

background: linear-gradient(to right, hsl(44, 50%, 82%), hsl(44, 50%, 62%));

gradient dark

background: linear-gradient(to right, hsl(44, 50%, 62%), hsl(44, 50%, 42%))

hex

background-color: #CFB56E;

tailwind

bg-[hsl(44,50%,62%)]

box shadow

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

css variable

--color-primary: hsl(44, 50%, 62%);

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, 50%, 62%)?

HEX: #CFB56E | RGB: rgb(207, 181, 110) | CMYK: 0%, 13%, 47%, 19% | HSV: 44°, 47%, 81%. Copy any format from the conversion table above.

What colors go well with #CFB56E?

The complementary color is HSL(224, 50%, 62%). 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, 50%, 62%) in CSS?

As HSL: color: hsl(44, 50%, 62%); — As HEX: color: #CFB56E; — As RGB: color: rgb(207, 181, 110); — Tailwind CSS: bg-[hsl(44,50%,62%)] — CSS variable: --color-primary: hsl(44, 50%, 62%);