HSL(267, 23%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(267,23%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 23%, 63%) | color: hsl(267, 23%, 63%) | |
| HEX | #9E8BB6 | color: #9E8BB6 | |
| RGB | rgb(158, 139, 182) | color: rgb(158, 139, 182) | |
| CMYK | cmyk(13%, 24%, 0%, 29%) | — | |
| HSV | hsv(267, 24%, 71%) | — | |
| HWB | hwb(267 54% 29%) | color: hwb(267 54% 29%) | |
| OKLCH | oklch(0.6688 0.0659 304.8) | color: oklch(0.6688 0.0659 304.8) | |
| Lab | lab(60.88 15.64 -19.87) | color: lab(60.88 15.64 -19.87) | |
| LCH | lch(60.88 25.29 308.21) | color: lch(60.88 25.29 308.21) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9696AC — rgb(150, 150, 172)
Deuteranopia (Green-blind)
#9798A9 — rgb(151, 152, 169)
Tritanopia (Blue-blind)
#9DA3A2 — rgb(157, 163, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 23%, 63%);
text
color: hsl(267, 23%, 63%);
border
border: 2px solid hsl(267, 23%, 63%);
gradient light
background: linear-gradient(to right, hsl(267, 23%, 83%), hsl(267, 23%, 63%));
gradient dark
background: linear-gradient(to right, hsl(267, 23%, 63%), hsl(267, 23%, 43%))
hex
background-color: #9E8BB6;
tailwind
bg-[hsl(267,23%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 23%, 63%, 0.4);
css variable
--color-primary: hsl(267, 23%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 23%, 63%)?
HEX: #9E8BB6 | RGB: rgb(158, 139, 182) | CMYK: 13%, 24%, 0%, 29% | HSV: 267°, 24%, 71%. Copy any format from the conversion table above.
What colors go well with #9E8BB6?
The complementary color is HSL(87, 23%, 63%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 23%, 63%) in CSS?
As HSL: color: hsl(267, 23%, 63%); — As HEX: color: #9E8BB6; — As RGB: color: rgb(158, 139, 182); — Tailwind CSS: bg-[hsl(267,23%,63%)] — CSS variable: --color-primary: hsl(267, 23%, 63%);