HSL(21, 28%, 69%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(21,28%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(21, 28%, 69%) color: hsl(21, 28%, 69%)
HEX #C6A99A color: #C6A99A
RGB rgb(198, 169, 154) color: rgb(198, 169, 154)
CMYK cmyk(0%, 15%, 22%, 22%)
HSV hsv(20, 22%, 78%)
HWB hwb(20 61% 22%) color: hwb(20 61% 22%)
OKLCH oklch(0.7562 0.0401 49.01) color: oklch(0.7562 0.0401 49.01)
Lab lab(71.36 8.2 11.65) color: lab(71.36 8.2 11.65)
LCH lch(71.36 14.25 54.86) color: lch(71.36 14.25 54.86)

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

#B9B99E — rgb(185, 185, 158)

Deuteranopia (Green-blind)

#BBBD9F — rgb(187, 189, 159)

Tritanopia (Blue-blind)

#C5A0A1 — rgb(197, 160, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(21, 28%, 69%);

text

color: hsl(21, 28%, 69%);

border

border: 2px solid hsl(21, 28%, 69%);

gradient light

background: linear-gradient(to right, hsl(21, 28%, 89%), hsl(21, 28%, 69%));

gradient dark

background: linear-gradient(to right, hsl(21, 28%, 69%), hsl(21, 28%, 49%))

hex

background-color: #C6A99A;

tailwind

bg-[hsl(21,28%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(21, 28%, 69%, 0.4);

css variable

--color-primary: hsl(21, 28%, 69%);

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(21, 28%, 69%)?

HEX: #C6A99A | RGB: rgb(198, 169, 154) | CMYK: 0%, 15%, 22%, 22% | HSV: 20°, 22%, 78%. Copy any format from the conversion table above.

What colors go well with #C6A99A?

The complementary color is HSL(201, 28%, 69%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(21, 28%, 69%) in CSS?

As HSL: color: hsl(21, 28%, 69%); — As HEX: color: #C6A99A; — As RGB: color: rgb(198, 169, 154); — Tailwind CSS: bg-[hsl(21,28%,69%)] — CSS variable: --color-primary: hsl(21, 28%, 69%);