HSL(23, 63%, 64%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(23,63%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(23, 63%, 64%) color: hsl(23, 63%, 64%)
HEX #DD9669 color: #DD9669
RGB rgb(221, 150, 105) color: rgb(221, 150, 105)
CMYK cmyk(0%, 32%, 52%, 13%)
HSV hsv(23, 52%, 87%)
HWB hwb(23 42% 13%) color: hwb(23 42% 13%)
OKLCH oklch(0.7338 0.1048 52.78) color: oklch(0.7338 0.1048 52.78)
Lab lab(68.17 21.84 34.44) color: lab(68.17 21.84 34.44)
LCH lch(68.17 40.78 57.62) color: lch(68.17 40.78 57.62)

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.43:1
vs Black 8.64: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)

#BEBE74 — rgb(190, 190, 116)

Deuteranopia (Green-blind)

#C2C877 — rgb(194, 200, 119)

Tritanopia (Blue-blind)

#D97C7E — rgb(217, 124, 126)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(23, 63%, 64%);

text

color: hsl(23, 63%, 64%);

border

border: 2px solid hsl(23, 63%, 64%);

gradient light

background: linear-gradient(to right, hsl(23, 63%, 84%), hsl(23, 63%, 64%));

gradient dark

background: linear-gradient(to right, hsl(23, 63%, 64%), hsl(23, 63%, 44%))

hex

background-color: #DD9669;

tailwind

bg-[hsl(23,63%,64%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(23, 63%, 64%, 0.4);

css variable

--color-primary: hsl(23, 63%, 64%);

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(23, 63%, 64%)?

HEX: #DD9669 | RGB: rgb(221, 150, 105) | CMYK: 0%, 32%, 52%, 13% | HSV: 23°, 52%, 87%. Copy any format from the conversion table above.

What colors go well with #DD9669?

The complementary color is HSL(203, 63%, 64%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(23, 63%, 64%) in CSS?

As HSL: color: hsl(23, 63%, 64%); — As HEX: color: #DD9669; — As RGB: color: rgb(221, 150, 105); — Tailwind CSS: bg-[hsl(23,63%,64%)] — CSS variable: --color-primary: hsl(23, 63%, 64%);