HSL(28, 26%, 70%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(28,26%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(28, 26%, 70%) color: hsl(28, 26%, 70%)
HEX #C6B19F color: #C6B19F
RGB rgb(198, 177, 159) color: rgb(198, 177, 159)
CMYK cmyk(0%, 11%, 20%, 22%)
HSV hsv(28, 20%, 78%)
HWB hwb(28 62% 22%) color: hwb(28 62% 22%)
OKLCH oklch(0.7735 0.0349 62.9) color: oklch(0.7735 0.0349 62.9)
Lab lab(73.52 4.63 11.96) color: lab(73.52 4.63 11.96)
LCH lch(73.52 12.82 68.84) color: lch(73.52 12.82 68.84)

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.06:1
vs Black 10.19: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)

#BDBDA3 — rgb(189, 189, 163)

Deuteranopia (Green-blind)

#BEC0A4 — rgb(190, 192, 164)

Tritanopia (Blue-blind)

#C5A7A8 — rgb(197, 167, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(28, 26%, 70%);

text

color: hsl(28, 26%, 70%);

border

border: 2px solid hsl(28, 26%, 70%);

gradient light

background: linear-gradient(to right, hsl(28, 26%, 90%), hsl(28, 26%, 70%));

gradient dark

background: linear-gradient(to right, hsl(28, 26%, 70%), hsl(28, 26%, 50%))

hex

background-color: #C6B19F;

tailwind

bg-[hsl(28,26%,70%)]

box shadow

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

css variable

--color-primary: hsl(28, 26%, 70%);

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(28, 26%, 70%)?

HEX: #C6B19F | RGB: rgb(198, 177, 159) | CMYK: 0%, 11%, 20%, 22% | HSV: 28°, 20%, 78%. Copy any format from the conversion table above.

What colors go well with #C6B19F?

The complementary color is HSL(208, 26%, 70%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(28, 26%, 70%) in CSS?

As HSL: color: hsl(28, 26%, 70%); — As HEX: color: #C6B19F; — As RGB: color: rgb(198, 177, 159); — Tailwind CSS: bg-[hsl(28,26%,70%)] — CSS variable: --color-primary: hsl(28, 26%, 70%);