HSL(271, 10%, 77%)

Grayish Indigo — Indigo color

Adjust Color

Color Information

Color Name

Grayish Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(271,10%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(271, 10%, 77%) color: hsl(271, 10%, 77%)
HEX #C5BECA color: #C5BECA
RGB rgb(197, 190, 202) color: rgb(197, 190, 202)
CMYK cmyk(2%, 6%, 0%, 21%)
HSV hsv(275, 6%, 79%)
HWB hwb(275 74% 21%) color: hwb(275 74% 21%)
OKLCH oklch(0.8108 0.0183 311.54) color: oklch(0.8108 0.0183 311.54)
Lab lab(77.85 4.66 -5.15) color: lab(77.85 4.66 -5.15)
LCH lch(77.85 6.95 312.14) color: lch(77.85 6.95 312.14)

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.81:1
vs Black 11.59: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)

#C2C2C7 — rgb(194, 194, 199)

Deuteranopia (Green-blind)

#C2C3C6 — rgb(194, 195, 198)

Tritanopia (Blue-blind)

#C5C5C4 — rgb(197, 197, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(271, 10%, 77%);

text

color: hsl(271, 10%, 77%);

border

border: 2px solid hsl(271, 10%, 77%);

gradient light

background: linear-gradient(to right, hsl(271, 10%, 97%), hsl(271, 10%, 77%));

gradient dark

background: linear-gradient(to right, hsl(271, 10%, 77%), hsl(271, 10%, 57%))

hex

background-color: #C5BECA;

tailwind

bg-[hsl(271,10%,77%)]

box shadow

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

css variable

--color-primary: hsl(271, 10%, 77%);

Related Colors

Use Cases for Grayish Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(271, 10%, 77%)?

HEX: #C5BECA | RGB: rgb(197, 190, 202) | CMYK: 2%, 6%, 0%, 21% | HSV: 275°, 6%, 79%. Copy any format from the conversion table above.

What colors go well with #C5BECA?

The complementary color is HSL(91, 10%, 77%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(271, 10%, 77%) in CSS?

As HSL: color: hsl(271, 10%, 77%); — As HEX: color: #C5BECA; — As RGB: color: rgb(197, 190, 202); — Tailwind CSS: bg-[hsl(271,10%,77%)] — CSS variable: --color-primary: hsl(271, 10%, 77%);