HSL(276, 85%, 18%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,85%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 85%, 18%) | color: hsl(276, 85%, 18%) | |
| HEX | #360755 | color: #360755 | |
| RGB | rgb(54, 7, 85) | color: rgb(54, 7, 85) | |
| CMYK | cmyk(36%, 92%, 0%, 67%) | — | |
| HSV | hsv(276, 92%, 33%) | — | |
| HWB | hwb(276 3% 67%) | color: hwb(276 3% 67%) | |
| OKLCH | oklch(0.2683 0.127 306.25) | color: oklch(0.2683 0.127 306.25) | |
| Lab | lab(13.18 36.28 -35.92) | color: lab(13.18 36.28 -35.92) | |
| LCH | lch(13.18 51.05 315.29) | color: lch(13.18 51.05 315.29) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#222142 — rgb(34, 33, 66)
Deuteranopia (Green-blind)
#24283E — rgb(36, 40, 62)
Tritanopia (Blue-blind)
#343330 — rgb(52, 51, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 85%, 18%);
text
color: hsl(276, 85%, 18%);
border
border: 2px solid hsl(276, 85%, 18%);
gradient light
background: linear-gradient(to right, hsl(276, 85%, 38%), hsl(276, 85%, 18%));
gradient dark
background: linear-gradient(to right, hsl(276, 85%, 18%), hsl(276, 85%, 0%))
hex
background-color: #360755;
tailwind
bg-[hsl(276,85%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 85%, 18%, 0.4);
css variable
--color-primary: hsl(276, 85%, 18%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 85%, 18%)?
HEX: #360755 | RGB: rgb(54, 7, 85) | CMYK: 36%, 92%, 0%, 67% | HSV: 276°, 92%, 33%. Copy any format from the conversion table above.
What colors go well with #360755?
The complementary color is HSL(96, 85%, 18%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 85%, 18%) in CSS?
As HSL: color: hsl(276, 85%, 18%); — As HEX: color: #360755; — As RGB: color: rgb(54, 7, 85); — Tailwind CSS: bg-[hsl(276,85%,18%)] — CSS variable: --color-primary: hsl(276, 85%, 18%);