HSL(263, 20%, 63%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,20%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 20%, 63%) | color: hsl(263, 20%, 63%) | |
| HEX | #9C8EB4 | color: #9C8EB4 | |
| RGB | rgb(156, 142, 180) | color: rgb(156, 142, 180) | |
| CMYK | cmyk(13%, 21%, 0%, 29%) | — | |
| HSV | hsv(262, 21%, 71%) | — | |
| HWB | hwb(262 56% 29%) | color: hwb(262 56% 29%) | |
| OKLCH | oklch(0.6722 0.0574 301.7) | color: oklch(0.6722 0.0574 301.7) | |
| Lab | lab(61.4 12.82 -17.95) | color: lab(61.4 12.82 -17.95) | |
| LCH | lch(61.4 22.06 305.53) | color: lch(61.4 22.06 305.53) |
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)
#9696AB — rgb(150, 150, 171)
Deuteranopia (Green-blind)
#9798A9 — rgb(151, 152, 169)
Tritanopia (Blue-blind)
#9BA4A2 — rgb(155, 164, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 20%, 63%);
text
color: hsl(263, 20%, 63%);
border
border: 2px solid hsl(263, 20%, 63%);
gradient light
background: linear-gradient(to right, hsl(263, 20%, 83%), hsl(263, 20%, 63%));
gradient dark
background: linear-gradient(to right, hsl(263, 20%, 63%), hsl(263, 20%, 43%))
hex
background-color: #9C8EB4;
tailwind
bg-[hsl(263,20%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 20%, 63%, 0.4);
css variable
--color-primary: hsl(263, 20%, 63%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 20%, 63%)?
HEX: #9C8EB4 | RGB: rgb(156, 142, 180) | CMYK: 13%, 21%, 0%, 29% | HSV: 262°, 21%, 71%. Copy any format from the conversion table above.
What colors go well with #9C8EB4?
The complementary color is HSL(83, 20%, 63%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 20%, 63%) in CSS?
As HSL: color: hsl(263, 20%, 63%); — As HEX: color: #9C8EB4; — As RGB: color: rgb(156, 142, 180); — Tailwind CSS: bg-[hsl(263,20%,63%)] — CSS variable: --color-primary: hsl(263, 20%, 63%);