HSL(277, 86%, 9%)

Very Dark Indigo — Indigo color

Adjust Color

Color Information

Color Name

Very Dark Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(277,86%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(277, 86%, 9%) color: hsl(277, 86%, 9%)
HEX #1C032B color: #1C032B
RGB rgb(28, 3, 43) color: rgb(28, 3, 43)
CMYK cmyk(35%, 93%, 0%, 83%)
HSV hsv(278, 93%, 17%)
HWB hwb(278 1% 83%) color: hwb(278 1% 83%)
OKLCH oklch(0.1798 0.0798 309.71) color: oklch(0.1798 0.0798 309.71)
Lab lab(4.39 19.7 -20.36) color: lab(4.39 19.7 -20.36)
LCH lch(4.39 28.33 314.06) color: lch(4.39 28.33 314.06)

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 19.14:1
vs Black 1.1:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#111121 — rgb(17, 17, 33)

Deuteranopia (Green-blind)

#13151F — rgb(19, 21, 31)

Tritanopia (Blue-blind)

#1B1A18 — rgb(27, 26, 24)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(277, 86%, 9%);

text

color: hsl(277, 86%, 9%);

border

border: 2px solid hsl(277, 86%, 9%);

gradient light

background: linear-gradient(to right, hsl(277, 86%, 29%), hsl(277, 86%, 9%));

gradient dark

background: linear-gradient(to right, hsl(277, 86%, 9%), hsl(277, 86%, 0%))

hex

background-color: #1C032B;

tailwind

bg-[hsl(277,86%,9%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(277, 86%, 9%, 0.4);

css variable

--color-primary: hsl(277, 86%, 9%);

Related Colors

Use Cases for Very Dark Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(277, 86%, 9%)?

HEX: #1C032B | RGB: rgb(28, 3, 43) | CMYK: 35%, 93%, 0%, 83% | HSV: 278°, 93%, 17%. Copy any format from the conversion table above.

What colors go well with #1C032B?

The complementary color is HSL(97, 86%, 9%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(277, 86%, 9%) in CSS?

As HSL: color: hsl(277, 86%, 9%); — As HEX: color: #1C032B; — As RGB: color: rgb(28, 3, 43); — Tailwind CSS: bg-[hsl(277,86%,9%)] — CSS variable: --color-primary: hsl(277, 86%, 9%);